1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

Merge pull request #292 from MaxSchlueter/fix-gnupg-agent

Fix gnupg-agent being kept alive
This commit is contained in:
Daiderd Jordan 2021-02-17 18:29:46 +01:00 committed by GitHub
commit c8be627ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in
"${pkgs.gnupg}/bin/gpg-connect-agent" "/bye"
];
RunAtLoad = cfg.agent.enableSSHSupport;
KeepAlive = true;
KeepAlive.SuccessfulExit = false;
};
environment.extraInit = ''