diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-10 11:22:22 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-10 11:22:22 -0600 |
commit | 6af9b062a826c6b8d72d703c05a470c01f060038 (patch) | |
tree | c27945be39a19d558327527f7ec8b8e6703728b2 /macos.local/.flake/system/core.nix.org | |
parent | e61fd015f014612de0efcaaec85515da7fffb11d (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org index f20c6da..d7a5176 100644 --- a/macos.local/.flake/system/core.nix.org +++ b/macos.local/.flake/system/core.nix.org @@ -33,6 +33,8 @@ This file imports various system configuration components in addition to enablin services.nix-daemon.enable = true; nix.package = pkgs.nix; + programs.gnupg.agent.enable = false; + # Use flakes nix.settings.experimental-features = "nix-command flakes"; |