diff --git a/system-modules/sshd.nix b/system-modules/sshd.nix index 5566b3d..fbe42a1 100644 --- a/system-modules/sshd.nix +++ b/system-modules/sshd.nix @@ -16,6 +16,7 @@ ports = [ secrets.ssh.port ]; settings = { PasswordAuthentication = false; + PrintLastLog = false; }; }; }