zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 387fd9eaeeb53c7e8d8e2ddc8a05ba84868a4f45
parent ee2039535f4a3c5b918da4c602ffa9a18c83cd27
Author: Katja (zaphyra) <git@ctu.cx>
Date: Sat, 7 Jun 2025 19:31:23 +0200

config/home/zaphyra/programs/gpg: add hannah's key
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/gpg.nix b/config/home/zaphyra/programs/gpg.nix
@@ -68,6 +68,17 @@
           );
         }
 
+        #hannah@totient.eu
+        {
+          trust = 4;
+          source = (
+            pkgs.fetchurl {
+              url = "https://keys.openpgp.org/vks/v1/by-fingerprint/AB27F5D1136B20D3149FBCC00389451731A3ADDD";
+              sha256 = "sha256-1WPjGcqfhzDJkBDXhcyx1RPm0hggAV94bJNleo8DZvY=";
+            }
+          );
+        }
+
         # governikus german eid verificaion pubkey
         {
           trust = 3;