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

@ -355,17 +355,10 @@ in
base0F = "00f769";
};
programs.fish.interactiveShellInit = ''
export GPG_TTY=(tty)
${pkgs.gnupg}/bin/gpgconf --launch gpg-agent
'';
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
'';
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
home.sessionVariables = {
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f";
@ -382,7 +375,7 @@ in
'';
programs.git = {
signing.key = "BB661E172B42A7F8";
signing.key = "750D8DC93BFE39F7";
signing.signByDefault = true;
enable = true;
lfs.enable = true;