enable gnupg agent
This commit is contained in:
parent
2fcbb64d92
commit
6f68c67b01
BIN
nixos/lavender/.configuration.nix.swp
Normal file
BIN
nixos/lavender/.configuration.nix.swp
Normal file
Binary file not shown.
|
@ -133,10 +133,10 @@
|
|||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
# programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
|
|
Loading…
Reference in a new issue