about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/common.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-21 13:13:31 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-21 13:13:31 +0000
commit13c65cbd1ddb648b0857cf28a07e74f26cc03faf (patch)
tree1577882a6e4e12cd595ef1dd92ad9f64a4a311fe /nix-conf/home/includes/common.nix
parent55f64497a85304daa211c06957c4f01704a3912c (diff)
downloaddotfiles-13c65cbd1ddb648b0857cf28a07e74f26cc03faf.tar.gz
Fix typo
Diffstat (limited to 'nix-conf/home/includes/common.nix')
-rw-r--r--nix-conf/home/includes/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 9deaaf6..8d58312 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -212,7 +212,7 @@ in
         ff = "only";
         rebase = false;
       };
-      push.autoSetupRemove = true;
+      push.autoSetupRemote = true;
       rebase = {
         # TODO
         # autosquash = true;