aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/gpg/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hm/gpg/default.nix b/hm/gpg/default.nix
index 12166e6..2632874 100644
--- a/hm/gpg/default.nix
+++ b/hm/gpg/default.nix
@@ -5,9 +5,6 @@
}: {
programs.gpg = {
enable = true;
- scdaemonSettings = {
- disable-ccid = true;
- };
};
services.gpg-agent = {
enable = true;