commit 0431913ec766460c770d6e78749aacd09e443813
parent 24c3937d8bb9aed2076b3af23b8f499b2a676226
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 16 Jun 2022 21:08:38 +0200
parent 24c3937d8bb9aed2076b3af23b8f499b2a676226
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 16 Jun 2022 21:08:38 +0200
programs/gpg: add f2k1de's gpg-pubkey
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/configurations/programs/cli/gpg.nix b/configurations/programs/cli/gpg.nix @@ -50,6 +50,15 @@ }); } + # f2k1de's key + { + trust = "full"; + source = (pkgs.fetchurl { + url = "https://f2k1.de/gpg-key.asc"; + sha256 = "sha256-N5Y3knDtsF9KNnhHiRFTTtjvLkPEIMfFxYigh9z1fSI"; + }); + } + ]; settings = {