diff --git a/hand7s/programs/git.nix b/hand7s/programs/git.nix index e3e9b49..6d8c4cb 100644 --- a/hand7s/programs/git.nix +++ b/hand7s/programs/git.nix @@ -17,6 +17,16 @@ signByDefault = true; key = osConfig.sops.secrets.sshKey.path; }; + + extraConfig = { + push = { + autoSetupRemote = true; + }; + + fetch = { + prune = true; + }; + }; }; }; };