Configures git on dnsc-server

This commit is contained in:
Dennis Schoepf 2025-03-07 13:16:45 +01:00
parent e538146c81
commit 59d0b7c05b

View file

@ -23,5 +23,10 @@
enable = true;
userName = "Dennis Schoepf";
userEmail = "me@dnsc.io";
extraConfig = {
pull = {
rebase = true;
};
};
};
}