aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-09 16:42:47 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-09 16:42:47 -0600
commit323fbef9966890ceccb32777b722ef63d361e567 (patch)
tree10676ca59e54dd6920de8a48d2fb17c0161b6483 /macos.local/.flake/system
parent924ddee521be5b5f7109f34930899627fa3a251b (diff)
system changes
Diffstat (limited to 'macos.local/.flake/system')
-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;