this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hm: update git signing config

+6 -4
+6 -4
home/programs/git.nix
··· 11 11 userEmail = "ovy@ovyerus.com"; 12 12 delta.enable = true; 13 13 14 + signing = { 15 + signByDefault = true; 16 + format = "ssh"; 17 + key = "~/.ssh/id_ed25519_sk_rk"; 18 + }; 19 + 14 20 extraConfig = { 15 21 # TODO: custom pretty stuff? 16 22 blame.showEmail = true; ··· 47 53 showStash = true; 48 54 }; 49 55 50 - gpg.format = "ssh"; 51 56 gpg.ssh.allowedSignersFile = "~/.config/git/allowed_signers"; 52 - user.signingKey = "~/.ssh/id_ed25519_sk_rk"; 53 - commit.gpgsign = true; 54 - tag.gpgsign = true; 55 57 # "gpg.ssh.program = "gfh-keygen"; 56 58 # "gpg.ssh.defaultKeyCommand = "gfh"; 57 59 };