diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 26dfe24..de59d15 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -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 ];