Commit c0d07b28b314

Vincent Demeester <vincent@sbr.pm>
2018-09-15 17:15:06
Temporarly allow TCP 7946 (stellar)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f3d5be8
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 ];
+  networking.firewall.allowedTCPPorts = [ 3389 2375 7946 ];
 }
machine/shikoku.nix
@@ -34,4 +34,6 @@
   };
 
   hardware.bluetooth.enable = true;
+
+  networking.firewall.allowedTCPPorts = [ 7946 ];
 }