Android : Fix typo.
This commit is contained in:
parent
b53969c87a
commit
a79c118907
|
@ -1,7 +1,7 @@
|
||||||
{ secret, ... }: {
|
{ secret, ... }: {
|
||||||
config = {
|
config = {
|
||||||
credential.helper = "store";
|
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);
|
gpg.ssh.allowedSignersFile = toString(secret.crypto.sign.git.allowed);
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
|
Loading…
Reference in a new issue