commit bc7efe3ecf98831cc570139eddd01e3730a759ff
parent 821f99e058f29793503ad5bb326a15cc8c42cf6b
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 31 Aug 2023 13:21:57 +0200
parent 821f99e058f29793503ad5bb326a15cc8c42cf6b
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 31 Aug 2023 13:21:57 +0200
configuration/common/programs/gpg: update ipad's key
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configurations/common/programs/gpg.nix b/configurations/common/programs/gpg.nix @@ -52,8 +52,8 @@ { trust = "ultimate"; source = (pkgs.fetchurl { - url = "https://ctu.cx/gpg_ipad_pubkey.asc"; - sha256 = "sha256-Zi0rzmK1Apog8OhDN3XPtOxGM4Ba6I0bqdPJfYxTGpc"; + url = "https://ctu.cx/gpg_pubkey_ipad.asc"; + sha256 = "sha256-TXiVGKg4iKLTY1gHNaJEz5hXp2FGGHRASgaK6RjL5SA"; }); }