From a8f3d66d53dc069ce66f907e4eac51d0dedea7ba Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:31:57 -0600 Subject: [PATCH] gpg: Update GPG keys for new year --- home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index c715165..0615686 100644 --- a/home.nix +++ b/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; }; }