ctucx.git: nixfiles

ctucx' nixfiles

commit 8e2f52ea881bced30987db3357ed6b6525967a91
parent 8f0d4b35a067765ae242ef265295fda12f56302f
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 12 Oct 2022 17:01:37 +0200

configurations/common/programs/gpg: add second gpg-key
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/configurations/common/programs/gpg.nix b/configurations/common/programs/gpg.nix
@@ -54,6 +54,15 @@
             });
           }
 
+          # my second gpg key (ipad)
+          {
+            trust = "ultimate";
+            source = (pkgs.fetchurl {
+              url    = "https://ctu.cx/gpg_ipad_pubkey.asc";
+              sha256 = "sha256-Zi0rzmK1Apog8OhDN3XPtOxGM4Ba6I0bqdPJfYxTGpc";
+            });
+          }
+
           # f2k1de's key
           {
             trust = "full";