Add git config signing and 1password.
This commit is contained in:
parent
16c6b5d1a6
commit
3c017175b7
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
|||
enable = true;
|
||||
userName = "Joseph Hanson";
|
||||
userEmail = "joe@veri.dev";
|
||||
extraConfig = {
|
||||
user = { signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDSAmssproxG+KsVn2DfuteBAemHrmmAFzCtldpKl4J"; };
|
||||
gpg = { format = "ssh"; };
|
||||
"gpg \"ssh\"" = { program = "/etc/profiles/per-user/jahanson/bin/op-ssh-sign"; };
|
||||
commit = { gpgsign = true; };
|
||||
};
|
||||
};
|
||||
|
||||
# exa replacement, ls replacement.
|
||||
|
@ -80,6 +86,8 @@
|
|||
shellcheck
|
||||
envsubst
|
||||
kustomize
|
||||
_1password-gui
|
||||
_1password
|
||||
|
||||
# networking tools
|
||||
iperf3
|
||||
|
|
Reference in a new issue