fix: use gpg signing

This commit is contained in:
luxzi 2024-09-26 17:06:24 -04:00
parent 82bee19207
commit 99a89f0916
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53

View file

@ -10,14 +10,13 @@
kl = "log --show-signature";
};
signing = {
key = "/home/luxzi/.ssh/luxzi";
key = "C90237A70F2FDD53";
signByDefault = true;
};
extraConfig = {
init.defaultBranch = "main";
gpg.format = "ssh";
gpg.ssh.allowedSignersFile = "/home/luxzi/.ssh/allowed_signers";
core.symlinks = true;
commit.gpgsign = true;
};
};
}