Commit 8e6a7069e329

Vincent Demeester <vincent@sbr.pm>
2018-09-15 17:17:30
Allow 9000 too
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c0d07b2
Changed files (2)
machine/honshu.nix
@@ -79,5 +79,5 @@ vincent@synodine.local:/volume1/backup/drive/ /run/media/vincent/Toshito/backup/
   systemd.timers.ape.enable = true;
 
   networking.enableIPv6 = false;
-  networking.firewall.allowedTCPPorts = [ 3389 2375 7946 ];
+  networking.firewall.allowedTCPPorts = [ 3389 2375 7946 9000 ];
 }
machine/shikoku.nix
@@ -35,5 +35,5 @@
 
   hardware.bluetooth.enable = true;
 
-  networking.firewall.allowedTCPPorts = [ 7946 ];
+  networking.firewall.allowedTCPPorts = [ 7946 9000 ];
 }