diff --git a/hosts/algiz/configuration.nix b/hosts/algiz/configuration.nix index a8ce3f5..22c1282 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -116,7 +116,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openssh.settings.passwordAuthentication = false; + services.openssh.settings.PasswordAuthentication = false; users.mutableUsers = false;