Add /etc/nixos as a safe git directory
This commit is contained in:
@@ -131,6 +131,9 @@ in
|
||||
enable = true;
|
||||
userName = "John Ogle";
|
||||
userEmail = "john@ogle.fyi";
|
||||
extraConfig = {
|
||||
safe.directory = "/etc/nixos";
|
||||
};
|
||||
};
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user