git signing parameters

This commit is contained in:
Olaf
2026-03-24 08:19:44 +01:00
parent acf2b21f72
commit 86d529fdd0

View File

@@ -120,6 +120,11 @@ in
email = email; email = email;
}; };
}; };
signing = {
format = "openpgp";
key = null;
signByDefault = true;
};
}; };
vim = { vim = {