user/git: set safe directory
This commit is contained in:
parent
7445e14865
commit
49acaadbf7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }: {
|
{ ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "LavaDesu";
|
userName = "LavaDesu";
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
core.abbrev = 11;
|
core.abbrev = 11;
|
||||||
|
safe.directory = "/home/rin/Projects/flakes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue