Commit 8e6a7069e329
Changed files (2)
machine
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 ];
}