From ab21367c2df6d9ba7c2585c1044cb43960668c5f Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 6 Jul 2024 09:56:26 +0200 Subject: [PATCH] fix: capitalisation typo? --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;