diff --git a/nixos/services/openssh.nix b/nixos/services/openssh.nix index fe6db48..63699ac 100644 --- a/nixos/services/openssh.nix +++ b/nixos/services/openssh.nix @@ -7,6 +7,7 @@ PermitRootLogin = "no"; PrintLastLog = "no"; PasswordAuthentication = false; + UsePAM = false; }; };