gpg: Update GPG keys for new year
This commit is contained in:
parent
e7ec071fdc
commit
a8f3d66d53
1 changed files with 5 additions and 3 deletions
8
home.nix
8
home.nix
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue