Nix configurations for my personal machines (Linux & macOS)

hm: update git signing config

ovyerus.com 05c12560 444c585e

verified
Changed files
+6 -4
home
programs
+6 -4
home/programs/git.nix
···
userEmail = "ovy@ovyerus.com";
delta.enable = true;
+
signing = {
+
signByDefault = true;
+
format = "ssh";
+
key = "~/.ssh/id_ed25519_sk_rk";
+
};
+
extraConfig = {
# TODO: custom pretty stuff?
blame.showEmail = true;
···
showStash = true;
};
-
gpg.format = "ssh";
gpg.ssh.allowedSignersFile = "~/.config/git/allowed_signers";
-
user.signingKey = "~/.ssh/id_ed25519_sk_rk";
-
commit.gpgsign = true;
-
tag.gpgsign = true;
# "gpg.ssh.program = "gfh-keygen";
# "gpg.ssh.defaultKeyCommand = "gfh";
};