added git safe directory

This commit is contained in:
John Lancaster
2024-09-16 18:18:00 +00:00
parent e853e941a8
commit 7d3a5b80b2

View File

@@ -74,6 +74,7 @@ in
imports = [ ./git.nix ]; imports = [ ./git.nix ];
programs = { programs = {
ssh.enable = true; ssh.enable = true;
git.extraConfig.safe.directory = "${adNixPath}";
bash = { bash = {
enable = true; enable = true;
profileExtra = "cd ${adNixPath}"; profileExtra = "cd ${adNixPath}";