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:
commit
c8be627ed0
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue