about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-08-24 19:44:40 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-24 19:44:40 +0200
commit2113caf204db5e47e496da19e339fcafbbba595f (patch)
tree931b8af204b069cadd0b2cb703b09f5cd1cb04c4 /machines
parent7eb976340a213109cb7552e8b500f30473e0492f (diff)
machines/hannswurscht: enable streaming server
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtops.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index c30272f7..d3c076fe 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -28,9 +28,9 @@
       #  patches = old.patches or [] ++ [ ./buffer.patch ];
       #});
       enable = true;
-      # tcp.enable = true;
-      # tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" ];
-      # zeroconf.publish.enable = true;
+      tcp.enable = true;
+      tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" ];
+      zeroconf.publish.enable = true;
     };
     services.shairport-sync.enable = true;