updates server nix
This commit is contained in:
parent
4457852393
commit
c3dcd2a83a
1 changed files with 19 additions and 4 deletions
|
|
@ -32,11 +32,26 @@
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Dennis Schoepf";
|
settings = {
|
||||||
userEmail = "me@dnsc.io";
|
init = {
|
||||||
extraConfig = {
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
|
|
||||||
|
core = {
|
||||||
|
ignorecase = "false";
|
||||||
|
};
|
||||||
|
|
||||||
pull = {
|
pull = {
|
||||||
rebase = true;
|
rebase = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
push = {
|
||||||
|
autoSetupRemote = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
user = {
|
||||||
|
name = "Dennis Schoepf";
|
||||||
|
email = "me@dnsc.io";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue