mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Services/GnuPG] fix for 23.11 compat
This commit is contained in:
parent
9c999a070d
commit
34bd44975a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ in {
|
|||
restartTriggers = [ pinentrySwitcher ];
|
||||
restartIfChanged = true;
|
||||
|
||||
serviceConfig.ExecStart = [ "" ''
|
||||
serviceConfig.ExecStart = mkOverride 30 [ "" ''
|
||||
${cfg.package}/bin/gpg-agent --supervised \
|
||||
--pinentry-program ${pinentrySwitcher}/bin/pinentry
|
||||
'' ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue