about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-06-20 14:15:26 +0200
committerProfpatsch <mail@profpatsch.de>2017-06-20 14:15:26 +0200
commit01558982eb87e6fdadfa28dbdd06620f2e273105 (patch)
treec81e2d41da55b2ab3d1e28f227b56c5e8f03cd09 /machines
parent8d3ffac56c3a90ef353c6fed1b489e0f26c5c501 (diff)
machines/hannswurscht: enable saned sharing in lab net
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtops.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index 94246cf6..5297b4fe 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -34,6 +34,13 @@
       tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" "127.0.0.1" ];
     };
 
+    services.saned = {
+      enable = true;
+      extraConfig = ''
+        172.16.0.0/16
+      '';
+    };
+
     vuizvui.user.openlab.stackenblocken = {
       enable = true;
       volume = 30;