update notgne2 keys stuff

This commit is contained in:
notgne2 2022-02-06 19:56:07 -07:00
parent ea2422180e
commit b8886f692b
No known key found for this signature in database
GPG Key ID: 485FDD9347E7921E
3 changed files with 6 additions and 17 deletions

View File

@ -85,11 +85,6 @@ inputs:
set -U __done_min_cmd_duration 2000 set -U __done_min_cmd_duration 2000
set -Ua fish_user_paths ~/.bin
set -Ua fish_user_paths ~/.local/bin
set -Ua fish_user_paths ~/.npm-global/bin
set -Ua fish_user_paths ~/.cargo/bin
set -U fish_key_bindings fish_default_key_bindings set -U fish_key_bindings fish_default_key_bindings
set -g theme_nerd_fonts yes set -g theme_nerd_fonts yes
set -g theme_display_date no set -g theme_display_date no

View File

@ -355,17 +355,10 @@ in
base0F = "00f769"; base0F = "00f769";
}; };
programs.fish.interactiveShellInit = '' services.gpg-agent = {
export GPG_TTY=(tty) enable = true;
${pkgs.gnupg}/bin/gpgconf --launch gpg-agent enableSshSupport = true;
''; };
home.file.".gnupg/gpg-agent.conf".text = ''
enable-ssh-support
pinentry-program ${pkgs.pinentry.curses}/bin/pinentry-curses
default-cache-ttl 60
max-cache-ttl 120
'';
home.sessionVariables = { home.sessionVariables = {
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f"; FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f";
@ -382,7 +375,7 @@ in
''; '';
programs.git = { programs.git = {
signing.key = "BB661E172B42A7F8"; signing.key = "750D8DC93BFE39F7";
signing.signByDefault = true; signing.signByDefault = true;
enable = true; enable = true;
lfs.enable = true; lfs.enable = true;

View File

@ -11,6 +11,7 @@
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6QX3kMz1z3+QrMZQldgc2Flp+YcxDGWyGp3umdGgGhI3b91IZoOpgxrKFa/XPCa37ysrrMn2z15qR0JazghQOXAPbRbf6ZZ7H4sYDhk8D6O9/1Kcpm1UTJtcz3I3/Da9RvM9f+2biknP2lQEyZN1rW8F/olMQ0rB5QUoJBpZxGnkGH3XXdRf7DAi+kZTQyrsnoWFtJvjKe1kzmXC6xyVtwDHPgQjDA7hD5dGbceMtIge5ZW3KFoQJLO/gWsOR+NXRaBy1cmYhaCW7i7e0+409IUWR5fwWyTHTKcXSLusZcbc1JQItJVkiUcDk0slLS9RT8Leg9OpbRrqJ9oDJO+DV notgne2@peppa" "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6QX3kMz1z3+QrMZQldgc2Flp+YcxDGWyGp3umdGgGhI3b91IZoOpgxrKFa/XPCa37ysrrMn2z15qR0JazghQOXAPbRbf6ZZ7H4sYDhk8D6O9/1Kcpm1UTJtcz3I3/Da9RvM9f+2biknP2lQEyZN1rW8F/olMQ0rB5QUoJBpZxGnkGH3XXdRf7DAi+kZTQyrsnoWFtJvjKe1kzmXC6xyVtwDHPgQjDA7hD5dGbceMtIge5ZW3KFoQJLO/gWsOR+NXRaBy1cmYhaCW7i7e0+409IUWR5fwWyTHTKcXSLusZcbc1JQItJVkiUcDk0slLS9RT8Leg9OpbRrqJ9oDJO+DV notgne2@peppa"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ8Gy1DK4Md9aTW0/q/Y5cNoZFjDcGogf3w5pCJ9GedX yubi"
]; ];
}; };
} }