0xda157's home-manager and nixos config

just sign everything

+1 -16
+1 -16
modules/users/da157/cli/git/default.nix
··· 4 4 signing = { 5 5 format = "openpgp"; 6 6 key = "B7AC1B10365D45FF"; # pragma: allowlist secret 7 + signByDefault = true; 7 8 }; 8 - includes = [ 9 - { 10 - condition = "hasconfig:remote.*.url:**github.com**"; 11 - contents = { 12 - commit.gpgsign = true; 13 - tag.gpgsign = true; 14 - }; 15 - } 16 - { 17 - condition = "hasconfig:remote.*.url:**codeberg.org**"; 18 - contents = { 19 - commit.gpgsign = true; 20 - tag.gpgsign = true; 21 - }; 22 - } 23 - ]; 24 9 }; 25 10 }