1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +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" "${pkgs.gnupg}/bin/gpg-connect-agent" "/bye"
]; ];
RunAtLoad = cfg.agent.enableSSHSupport; RunAtLoad = cfg.agent.enableSSHSupport;
KeepAlive = true; KeepAlive.SuccessfulExit = false;
}; };
environment.extraInit = '' environment.extraInit = ''