deps: gets gpg going
This commit is contained in:
parent
2e8a0ba608
commit
7479a8c298
@ -99,6 +99,9 @@ in
|
|||||||
wget vim
|
wget vim
|
||||||
firefox
|
firefox
|
||||||
git
|
git
|
||||||
|
pinentry
|
||||||
|
pinentry-curses
|
||||||
|
gnupg
|
||||||
];
|
];
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
@ -110,7 +113,7 @@ in
|
|||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gtk2";
|
pinentryFlavor = "curses";
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user