diff --git a/modules/networking/ssh.nix b/modules/networking/ssh.nix index 50c3560..3eccf11 100644 --- a/modules/networking/ssh.nix +++ b/modules/networking/ssh.nix @@ -16,7 +16,7 @@ in openFirewall = true; ports = [ 22 ]; settings = { - PassswordAuthentication = true; + PasswordAuthentication = true; AllowUsers = [ "chris" "root" ]; UseDns = true; UsePAM = true;