home(gpg): Fix issue related missing pinentry
This commit is contained in:
parent
49842b7ee1
commit
d35fe2e206
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
|
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
|
||||||
|
extraConfig = ''
|
||||||
|
pinentry-program ${pkgs.pinentry.qt}/bin/pinentry
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.autorandr = { enable = true; };
|
# services.autorandr = { enable = true; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue