Commit c0d07b28b314
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 ];
+ networking.firewall.allowedTCPPorts = [ 3389 2375 7946 ];
}
machine/shikoku.nix
@@ -34,4 +34,6 @@
};
hardware.bluetooth.enable = true;
+
+ networking.firewall.allowedTCPPorts = [ 7946 ];
}