config/security: add pam.sshAgentAuth
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -20,7 +20,6 @@ in {
|
||||
write = true;
|
||||
};
|
||||
};
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
})
|
||||
(lib.mkIf (!isBuildHost) {
|
||||
nix = let
|
||||
|
@ -31,6 +31,7 @@ in {
|
||||
});
|
||||
'';
|
||||
apparmor.enable = mkDefault true;
|
||||
pam.sshAgentAuth.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Reference in New Issue
Block a user