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/"; - }; - }; }; };