diff --git a/modules/services/ssh.nix b/modules/services/ssh.nix index 04ef56a..9b16c59 100644 --- a/modules/services/ssh.nix +++ b/modules/services/ssh.nix @@ -6,7 +6,6 @@ enable = true; allowSFTP = true; openFirewall = true; - authorizedKeysInHomedir = false; settings = { PermitRootLogin = "no"; PasswordAuthentication = false;