Use renamed option for pinentry package
This commit is contained in:
parent
972f13579b
commit
849a9cc223
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;
|
||||||
pinentryPackage = pkgs."pinentry-${config.chvp.graphical.gnupg.pinentryFlavor}";
|
pinentry.package = pkgs."pinentry-${config.chvp.graphical.gnupg.pinentryFlavor}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue