about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-26 17:36:17 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-26 17:41:12 +0200
commit09018c3089fbd5b620dc4f7e403fa192a680ef43 (patch)
tree6013254dfc2a6676c4e723e18fafb4387b0576c6 /machines/labnet
parenta94d23be79742cf1dc259f09b90b91c5a87b5b8a (diff)
machines/hansswurscht: enable shairport
Diffstat (limited to 'machines/labnet')
-rw-r--r--machines/labnet/labtops.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index 693f3e68..aa06877e 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -24,11 +24,11 @@
 
     hardware.pulseaudio = {
       enable = true;
-      # systemWide = true;
       # tcp.enable = true;
       # tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" ];
       # zeroconf.publish.enable = true;
     };
+    services.shairport-sync.enable = true;
 
     services.logind.extraConfig = "HandleLidSwitch=ignore";
   };