0xda157's home-manager and nixos config

fix the silly

0xda157 e1341be7 f766e392

+1 -1
+1 -1
modules/users/da157/cli/git/default.nix
··· 17 17 { 18 18 condition = "hasconfig:remote.*.url:git@codeberg.org*/**"; 19 19 contents = { 20 - user.signingKey = secrets."ssh-keys/github".path; 20 + user.signingKey = secrets."ssh-keys/codeberg".path; 21 21 commit.gpgsign = true; 22 22 tag.gpgsign = true; 23 23 };