add: allowed signers file path

This commit is contained in:
luxzi 2024-09-26 01:36:59 -04:00
parent f282b283e7
commit 0a5e35dad3
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53

View file

@ -16,6 +16,7 @@
extraConfig = {
init.defaultBranch = "main";
gpg.format = "ssh";
gpg.ssh.allowedSignersFile = "/home/luxzi/.ssh/allowed_signers";
core.symlinks = true;
};
};