core: create git configuration

This commit is contained in:
Wroclaw 2024-05-28 12:18:08 +02:00
parent af43682e8b
commit a6568d4891

View file

@ -29,6 +29,12 @@
ddrescue
];
programs.git.config = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
rerere.enabled = true;
};
# Enable fail2ban because of the OpenSSH server
services.fail2ban = {
enable = true;