hand7s: git fix

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-13 13:08:59 +03:00
parent e897fb4e87
commit b48819bb95
No known key found for this signature in database

View file

@ -7,12 +7,13 @@
aliases = { aliases = {
pushall = "push github; push gitlab"; pushall = "push github; push gitlab";
pushall-f = "push --force github; push --force gitlab"; pushall-f = "push --force github; push --force gitlab";
key = config.sops.secrets.sshKeyOpen.path;
}; };
signing = { signing = {
format = "ssh"; format = "ssh";
signByDefault = true; signByDefault = true;
key = config.sops.secrets.sshKeyOpen.path;
}; };
lfs = { lfs = {