Prefer rebase when pulling from git

This commit is contained in:
2025-04-15 13:01:20 +02:00
parent 0474fd9802
commit 980334b44b

View File

@ -23,6 +23,7 @@
signing.signByDefault = true;
extraConfig = {
pull.rebase = true;
push.autoSetupRemote = true;
safe.directory = "/etc/nixos";
credential.helper = "${package}/bin/git-credential-libsecret";