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