aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-09 16:43:10 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-09 16:43:10 -0600
commit355f058c2d2ee0594c3a77592a5e63d61bf3b09f (patch)
tree0385335b8064b663a0ee0c94c44c3457bce9e7b9
parent323fbef9966890ceccb32777b722ef63d361e567 (diff)
system changes
-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 f342e60..ea9da37 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 = false;
+ programs.gnupg.agent.enable = true;
# Enable nix
services.nix-daemon.enable = true;