modified: hosts/server/configuration.nix

This commit is contained in:
2025-07-16 17:25:30 +10:00
parent 0d3e49bf79
commit 34d3b3d4d1

View File

@@ -84,7 +84,7 @@ systemd.timers.backup = {
};
};
services.openssh.PermitRootLogin = "yes";
services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 2049 ];
# networking.firewall.allowedUDPPorts = [ 111 2049 20048 ];