about summary refs log tree commit diff stats
path: root/hm/soispha/conf/gpg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/gpg/default.nix')
-rw-r--r--hm/soispha/conf/gpg/default.nix6
1 files changed, 5 insertions, 1 deletions
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";
       }
     ];