From 909432c10a183fcb80d92a57cc0108c02c4e92ca Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 24 Feb 2026 19:20:15 +0100 Subject: [PATCH] git --- modules/cli/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/git.nix b/modules/cli/git.nix index 13d05ca..ffbebdd 100644 --- a/modules/cli/git.nix +++ b/modules/cli/git.nix @@ -20,6 +20,7 @@ push.autoSetupRemote = true; core.editor = "nvim"; gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers"; + pull.rebase = false; }; signing = {