Config git to add /etc/nixos to safe dir
This commit is contained in:
parent
9ffdfd7326
commit
86b5021ca5
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue