configuration: setup gpg
This commit is contained in:
parent
79a17f7616
commit
dd94cbcba5
|
@ -62,7 +62,9 @@
|
||||||
bat
|
bat
|
||||||
fish
|
fish
|
||||||
git
|
git
|
||||||
|
gnupg
|
||||||
htop
|
htop
|
||||||
|
pinentry-curses
|
||||||
ripgrep
|
ripgrep
|
||||||
stow
|
stow
|
||||||
tmux
|
tmux
|
||||||
|
@ -73,6 +75,11 @@
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
pinentryFlavor = "curses";
|
||||||
|
};
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
my.services = {
|
my.services = {
|
||||||
|
|
Loading…
Reference in a new issue