gpg: Update GPG keys for new year

This commit is contained in:
Thomas A. Christensen II 2024-12-14 14:31:57 -06:00
parent e7ec071fdc
commit a8f3d66d53
Signed by: millironx
GPG key ID: 19A2EF3A3C0C18A9

View file

@ -178,7 +178,7 @@
else
eval "$(/opt/homebrew/bin/brew shellenv bash)"
fi
gpgconf --launch gpg-agent
#gpgconf --launch gpg-agent
'';
};
programs.bat = {
@ -195,7 +195,7 @@
userName = "Thomas A. Christensen II";
userEmail = "25492070+MillironX@users.noreply.github.com";
signing = {
key = "0x073201D703B7C376";
key = "0x19A2EF3A3C0C18A9!";
signByDefault = true;
};
extraConfig = {
@ -269,7 +269,7 @@
. "$HOME/miniconda3/etc/profile.d/mamba.sh"
fi
# <<< conda initialize <<<
gpgconf --launch gpg-agent
#gpgconf --launch gpg-agent
source "$HOME/.cargo/env"
'';
profileExtra = ''
@ -288,5 +288,7 @@
defaultCacheTtl = 60;
maxCacheTtl = 120;
pinentryPackage = pkgs.pinentry_mac;
sshKeys = [ "CC3F27D613DCC2248B56A881FDDACEF6EA090E37" ];
verbose = true;
};
}