From 493d79d489c089164b07210159e1904e5b87c15a Mon Sep 17 00:00:00 2001 From: Tine Date: Tue, 7 May 2024 12:45:52 +0200 Subject: [PATCH] feat: git rerere --- nix/core.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nix/core.nix b/nix/core.nix index c14971b..a94d3a4 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -120,6 +120,10 @@ signingkey = "~/.ssh/id_ed25519"; }; + rerere = { + enabled = true; + }; + commit = { gpgsign = true; }; @@ -143,12 +147,6 @@ pull = { ff = "only"; }; - - url = { - "git@github.com:" = { - insteadOf = "https://github.com/"; - }; - }; }; };