mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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 ];
|
restartTriggers = [ pinentrySwitcher ];
|
||||||
restartIfChanged = true;
|
restartIfChanged = true;
|
||||||
|
|
||||||
serviceConfig.ExecStart = [ "" ''
|
serviceConfig.ExecStart = mkOverride 30 [ "" ''
|
||||||
${cfg.package}/bin/gpg-agent --supervised \
|
${cfg.package}/bin/gpg-agent --supervised \
|
||||||
--pinentry-program ${pinentrySwitcher}/bin/pinentry
|
--pinentry-program ${pinentrySwitcher}/bin/pinentry
|
||||||
'' ];
|
'' ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue