ctucx.git: nixfiles

ctucx' nixfiles

commit e53bb3f0b3c520247434376668ee2c8332164028
parent 506828a47fe6a803fed7ea2119a02a3622ca7c18
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 1 Jan 2025 13:48:13 +0100

configurations/common/programs/gpg: add governikus
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/configurations/common/programs/gpg.nix b/configurations/common/programs/gpg.nix
@@ -80,6 +80,16 @@ in {
               });
             }
 
+            # governikus german eid verificaion pubkey
+            {
+              trust = "full";
+              source = (pkgs.fetchurl {
+                url    = "https://www.governikus.de/wp-content/uploads/2023/06/governikusPubKey.asc";
+                sha256 = "sha256-eU7g+c2CAYGLxHCRb0qsnL3CvKgK3lWcKcgrS1WFwz0=";
+              });
+            }
+
+
           ];
 
           settings = {