modified: hosts/server/configuration.nix
This commit is contained in:
@@ -84,7 +84,7 @@ systemd.timers.backup = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.PermitRootLogin = "yes";
|
services.openssh.settings.PermitRootLogin = "yes";
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
networking.firewall.allowedTCPPorts = [ 2049 ];
|
||||||
# networking.firewall.allowedUDPPorts = [ 111 2049 20048 ];
|
# networking.firewall.allowedUDPPorts = [ 111 2049 20048 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user