diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 16:42:47 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 16:42:47 -0600 |
commit | 323fbef9966890ceccb32777b722ef63d361e567 (patch) | |
tree | 10676ca59e54dd6920de8a48d2fb17c0161b6483 /macos.local | |
parent | 924ddee521be5b5f7109f34930899627fa3a251b (diff) |
system changes
Diffstat (limited to 'macos.local')
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 2 |
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; |