diff --git a/modules/openssh.nix b/modules/openssh.nix index 4a7b159..540b0a4 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -10,7 +10,7 @@ } ]; - settings { + settings = { PasswordAuthentication = true; }; };