mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
git: add safe directory so nix can rebuild with doas
This commit is contained in:
parent
8804431c97
commit
6f597d83f5
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
commit.gpgsign = pkgs.lib.mkDefault "true";
|
commit.gpgsign = pkgs.lib.mkDefault "true";
|
||||||
user.signingkey = "8F5E6C1AF90976CA7102917A865658ED1FE61EC3";
|
user.signingkey = "8F5E6C1AF90976CA7102917A865658ED1FE61EC3";
|
||||||
|
safe.directory = "/etc/nixos/.git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue