summaryrefslogtreecommitdiff
path: root/modules/gnupg.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-09 18:37:46 +0100
committerGrisha Shipunov2025-01-09 18:37:46 +0100
commita8fbff057663149c4713c4cbaf83998a8d50de37 (patch)
tree95a6c97d2eb4bee0e99a6352f0a62b00e6d45593 /modules/gnupg.nix
parent73986e131b1249b8f1eb58cc1287326604a5de34 (diff)
fixup old config
Diffstat (limited to 'modules/gnupg.nix')
-rw-r--r--modules/gnupg.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gnupg.nix b/modules/gnupg.nix
index 6d52e66..b093bda 100644
--- a/modules/gnupg.nix
+++ b/modules/gnupg.nix
@@ -13,6 +13,5 @@
hardware.gpgSmartcards.enable = true;
programs.gnupg.agent = {
enable = true;
- enableSSHSupport = true;
};
}