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 = {
enable = true;
extraConfig = {
settings = {
pull = {
rebase = false;
};