diff --git a/modules/core/base.nix b/modules/core/base.nix index b3f19c0..5f4e7b7 100755 --- a/modules/core/base.nix +++ b/modules/core/base.nix @@ -33,7 +33,7 @@ enable = true; settings = { PermitRootLogin = "yes"; - PasswordAuthentication = "no"; + PasswordAuthentication = false; }; }; programs.mosh.enable = true;