From c5dd5dfd9fb68383a28162ded4663c76c7c0024b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 13:54:24 +0200 Subject: feat(hm/conf/gpg/keys): Add my new gpg key --- hm/soispha/conf/gpg/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hm/soispha/conf/gpg/default.nix') diff --git a/hm/soispha/conf/gpg/default.nix b/hm/soispha/conf/gpg/default.nix index 9a7820f3..53255b9f 100644 --- a/hm/soispha/conf/gpg/default.nix +++ b/hm/soispha/conf/gpg/default.nix @@ -16,7 +16,11 @@ publicKeys = [ { - source = ./keys/key_2; + source = ./keys/key_1.asc; + trust = "ultimate"; + } + { + source = ./keys/key_2.asc; trust = "full"; } ]; -- cgit 1.4.1