Server/ssh: remove trace

This commit is contained in:
Toast 2024-12-02 12:30:54 +01:00
parent aee3b50212
commit 581f281950

View file

@ -78,6 +78,6 @@ in {
};
security.pam.services.sshd.text = lib.mkDefault (lib.mkAfter ''
session optional pam_exec.so debug stdout ${builtins.trace notify.outPath notify}
session optional pam_exec.so debug stdout ${notify}
'');
}