aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system/core.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r--macos.local/.flake/system/core.nix.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org
index ea9da37..f342e60 100644
--- a/macos.local/.flake/system/core.nix.org
+++ b/macos.local/.flake/system/core.nix.org
@@ -30,7 +30,7 @@ This file imports various system configuration components in addition to enablin
environment.variables.EDITOR = "nvim";
# Run Gnu Privacy Guard
- programs.gnupg.agent.enable = true;
+ programs.gnupg.agent.enable = false;
# Enable nix
services.nix-daemon.enable = true;