diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index fd69b26..9f4657c 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -87,7 +87,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openssh.settings.passwordAuthentication = false; + services.openssh.settings.PasswordAuthentication = false; services.openssh.settings.KbdInteractiveAuthentication = false; programs.zsh.enable = true;