add: allowed signers file path

This commit is contained in:
lily 2024-09-26 01:36:59 -04:00
parent 5072843e6a
commit 9740a6b460
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

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