diff --git a/configuration/common/default.nix b/configuration/common/default.nix index 253e63c..021f10d 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -53,9 +53,9 @@ services.openssh.enable = true; services.openssh.settings = { - passwordAuthentication = false; - kbdInteractiveAuthentication = false; - permitRootLogin = lib.mkDefault "no"; + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; + PermitRootLogin = lib.mkDefault "no"; }; nix.gc = lib.mkDefault {