diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 16:43:10 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 16:43:10 -0600 |
commit | 355f058c2d2ee0594c3a77592a5e63d61bf3b09f (patch) | |
tree | 0385335b8064b663a0ee0c94c44c3457bce9e7b9 /macos.local/.flake/system | |
parent | 323fbef9966890ceccb32777b722ef63d361e567 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system')
-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 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; |