aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-10-19 11:37:33 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-10-19 11:37:33 -0700
commit73864e4da7edb08fe5f7c2bf79c45407ee0b471d (patch)
tree35c82dbcdc0376332964c265712b8f744a074777 /home/root/common
parentcf6c4da941be10b3c0d7d2f8ca407471c9c0f482 (diff)
downloadnix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.tar
nix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.tar.gz
nix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.tar.bz2
nix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.tar.lz
nix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.tar.xz
nix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.tar.zst
nix-73864e4da7edb08fe5f7c2bf79c45407ee0b471d.zip
Update deprecated options
Diffstat (limited to 'home/root/common')
-rw-r--r--home/root/common/core/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/root/common/core/git.nix b/home/root/common/core/git.nix
index 49e10df..e1cb96b 100644
--- a/home/root/common/core/git.nix
+++ b/home/root/common/core/git.nix
@@ -1,6 +1,6 @@
{
programs.git = {
enable = true;
- extraConfig.pull.rebase = true;
+ settings.pull.rebase = true;
};
}