gnupg: also change pinentry configuration for home manager
This commit is contained in:
parent
83a0192969
commit
c12dbc8157
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 7200;
|
defaultCacheTtl = 7200;
|
||||||
maxCacheTtl = 99999;
|
maxCacheTtl = 99999;
|
||||||
pinentryFlavor = config.chvp.graphical.gnupg.pinentryFlavor;
|
pinentryPackage = pkgs."pinentry-${config.chvp.graphical.gnupg.pinentryFlavor}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue