git: Disable push signing

This commit is contained in:
Mikael Voss 2024-08-05 18:45:12 +02:00
parent f56d6eac91
commit a05ba44157
No known key found for this signature in database

View file

@ -183,7 +183,6 @@ in {
gpg.format = "ssh";
commit.gpgSign = true;
push.gpgSign = true;
tag.gpgSign = true;
};
};