1
0
Fork 0

Add gnupg

master
dump_stack() 2019-07-21 15:34:06 +00:00
parent 901cace5dd
commit c16226fe26
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 11 additions and 0 deletions

View File

@ -56,6 +56,17 @@ in {
which apt >/dev/null 2>&1 && plugins=("\$\{(@)plugins:#tmux-my\}")
'';
};
gpg.enable = true;
};
services = {
gpg-agent = {
enable = true;
extraConfig = ''
pinentry-program ${pkgs.pinentry}/bin/pinentry-curses
'';
};
};
home.file = {