Android : Fix typo.

This commit is contained in:
Dmitry Voronin 2024-05-14 15:57:16 +03:00
parent b53969c87a
commit a79c118907
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,7 +1,7 @@
{ secret, ... }: {
config = {
credential.helper = "store";
gpg.format = secret.crypto.sign.gih.format;
gpg.format = secret.crypto.sign.git.format;
gpg.ssh.allowedSignersFile = toString(secret.crypto.sign.git.allowed);
init.defaultBranch = "main";
pull.rebase = true;