fix: mark config directory as safe for git
This commit is contained in:
parent
ad937226b3
commit
9bc7be3365
|
@ -32,6 +32,7 @@
|
|||
extraConfig = {
|
||||
github.user = "kiana-S";
|
||||
credential.helper = "store";
|
||||
safe.directory = [ "/etc/nixos" ];
|
||||
git.allowForcePush = true;
|
||||
push.followTags = true;
|
||||
init.defaultBranch = "main";
|
||||
|
|
Loading…
Reference in a new issue