From 86b5021ca5656b62d72fac8b9db1cb908fe76a87 Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Tue, 13 May 2025 18:44:47 +0100 Subject: [PATCH] Config git to add /etc/nixos to safe dir --- global-home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global-home.nix b/global-home.nix index 330d0ca4..f499a02b 100644 --- a/global-home.nix +++ b/global-home.nix @@ -299,6 +299,11 @@ fi enable = true; userName = "cspark"; userEmail = "git@cspark.dev"; + extraConfig = { + safe = { + directory = "/etc/nixos"; + }; + }; }; # Let Home Manager install and manage itself.