mirror of
https://github.com/Defelo/nixos.git
synced 2025-05-12 18:52:49 +00:00
fix eval warning
This commit is contained in:
parent
45b90b6c6e
commit
749b4d2d85
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
enableSshSupport = true;
|
||||
sshKeys = [ "D2277B1C3C924964972148EF590B9F083697F9A8" ];
|
||||
enableExtraSocket = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue