diff --git a/configuration.nix b/configuration.nix index 2576ba8..abc26c2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,7 +83,7 @@ in enable = true; ports = [ 1440 ]; settings = { - PasswordAuthentication = false; + PasswordAuthentication = true; AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ] UseDns = true; X11Forwarding = false;