fix: use git.settings instead of git.extraConfig

This commit is contained in:
Jan-Bulthuis 2026-05-19 12:38:26 +02:00
parent 9883f3d461
commit 6c5c69945a

View File

@ -39,7 +39,7 @@ in
programs.git = { programs.git = {
enable = true; enable = true;
extraConfig = { settings = {
pull = { pull = {
rebase = false; rebase = false;
}; };