fix: mark config directory as safe for git

This commit is contained in:
Kiana Sheibani 2024-07-26 05:49:13 -04:00
parent ad937226b3
commit 9bc7be3365

View file

@ -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";