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