Compare commits

..

2 commits

Author SHA1 Message Date
cy
839281022a
git: specify the ssh key for push to work
make signing actually work

Signed-off-by: cy <cy@cy7.sh>
2025-01-26 17:22:12 -05:00
cy
f8b4990dd6 git: specify the ssh key for push to work
Signed-off-by: cy <cy@cy7.sh>
2025-01-26 16:55:42 -05:00

View file

@ -155,6 +155,7 @@
signingKey = "~/.ssh/id.key"; signingKey = "~/.ssh/id.key";
}; };
gpg.format = "ssh"; gpg.format = "ssh";
global.gpgsign = true; commit.gpgsign = true;
core.sshCommand = "ssh -i ~/.ssh/id.key";
}; };
} }