0xda157's home-manager and nixos config

fix signing pattern?

+2 -2
+2 -2
modules/users/da157/cli/git/default.nix
··· 10 10 }; 11 11 includes = [ 12 12 { 13 - condition = "hasconfig:remote.*.url:*github.com*/**"; 13 + condition = "hasconfig:remote.*.url:*github.com**"; 14 14 contents = { 15 15 commit.gpgsign = true; 16 16 tag.gpgsign = true; 17 17 }; 18 18 } 19 19 { 20 - condition = "hasconfig:remote.*.url:*codeberg.org*/**"; 20 + condition = "hasconfig:remote.*.url:*codeberg.org**"; 21 21 contents = { 22 22 commit.gpgsign = true; 23 23 tag.gpgsign = true;