disable git signing

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-08 20:29:18 +02:00
parent ae0adc0982
commit 4a5a092455

View file

@ -6,8 +6,6 @@ desktop: {pkgs, ...}: {
then pkgs.gitAndTools.gitFull
else pkgs.git;
lfs.enable = true;
signing.signByDefault = true;
signing.key = "AB2BD8DAF2E37122";
userEmail = "lotte@chir.rs";
userName = "Charlotte 🦝 Delenk";
extraConfig = {