try this why this shit doesnt work
This commit is contained in:
parent
00999ad6cd
commit
5dee47dc23
1 changed files with 5 additions and 5 deletions
10
home/gpg.nix
10
home/gpg.nix
|
|
@ -4,11 +4,11 @@
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableSshSupport = true;
|
||||
extraConfig = ''
|
||||
allow-loopback-pinentry
|
||||
'';
|
||||
pinentry.program = "pinentry-cursor";
|
||||
# extraConfig = ''
|
||||
# allow-loopback-pinentry
|
||||
# '';
|
||||
pinentry.package = pkgs.pinentry-tty;
|
||||
};
|
||||
programs.gpg.enable = true;
|
||||
home.packages = [ pkgs.pinentry-curses ];
|
||||
# home.packages = [ pkgs.pinentry-curses ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue