config/security: add pam.sshAgentAuth

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-17 12:25:39 +03:00
parent 34795ac894
commit 8217a70b34
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ in {
write = true;
};
};
security.pam.sshAgentAuth.enable = true;
})
(lib.mkIf (!isBuildHost) {
nix = let

View File

@ -31,6 +31,7 @@ in {
});
'';
apparmor.enable = mkDefault true;
pam.sshAgentAuth.enable = true;
};
environment.systemPackages = with pkgs; [