diff options
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/common.nix | 2 |
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; |