From 8a17ce7ada7e7143f577d17150a7641ba5bce262 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 16:34:25 +0300 Subject: [PATCH] chore(hand7s): git upstream Signed-off-by: s0me1newithhand7s --- hand7s/programs/git.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + }; + }; }; }; };