summaryrefslogtreecommitdiff
path: root/modules/gnupg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnupg.nix')
-rw-r--r--modules/gnupg.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/gnupg.nix b/modules/gnupg.nix
index b093bda..a2a2f45 100644
--- a/modules/gnupg.nix
+++ b/modules/gnupg.nix
@@ -11,7 +11,5 @@
# smartcard support
services.pcscd.enable = false;
hardware.gpgSmartcards.enable = true;
- programs.gnupg.agent = {
- enable = true;
- };
+ programs.gnupg.agent.enable = true;
}