chore(hand7s): git upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 16:34:25 +03:00
parent d86fe8db41
commit 8a17ce7ada

View file

@ -17,6 +17,16 @@
signByDefault = true; signByDefault = true;
key = osConfig.sops.secrets.sshKey.path; key = osConfig.sops.secrets.sshKey.path;
}; };
extraConfig = {
push = {
autoSetupRemote = true;
};
fetch = {
prune = true;
};
};
}; };
}; };
}; };