diff --git a/nix/core.nix b/nix/core.nix index b8b0169..91f32f7 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -162,23 +162,17 @@ includes = [ { path = "~/.gitconfig.local"; } ]; - extraConfig = { - user = { - signingkey = "~/.ssh/id_ed25519"; - }; + signing = { + format = "ssh"; + key = "~/.ssh/id_ed25519"; + signByDefault = true; + }; + extraConfig = { rerere = { enabled = true; }; - commit = { - gpgsign = true; - }; - - gpg = { - format = "ssh"; - }; - credential = { helper = "secretservice"; };