added git safe directory
This commit is contained in:
@@ -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}";
|
||||||
|
|||||||
Reference in New Issue
Block a user