about summary refs log tree commit diff stats
path: root/hm/soispha/conf/gpg/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-05 17:27:05 +0200
committerSoispha <soispha@vhack.eu>2023-09-05 17:27:05 +0200
commitf1a4ac944ab81330073636e974a3903a30cff2b1 (patch)
treeeb3bcf8784f6c77a9eac66f65757a0714d98f16c /hm/soispha/conf/gpg/default.nix
parentchore(version): v1.10.0 (diff)
downloadnixos-config-f1a4ac944ab81330073636e974a3903a30cff2b1.zip
Feat(hm/conf/gpg/keys): Add gpg key
Diffstat (limited to 'hm/soispha/conf/gpg/default.nix')
-rw-r--r--hm/soispha/conf/gpg/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/soispha/conf/gpg/default.nix b/hm/soispha/conf/gpg/default.nix
index 97334c8f..94b6141a 100644
--- a/hm/soispha/conf/gpg/default.nix
+++ b/hm/soispha/conf/gpg/default.nix
@@ -57,6 +57,10 @@ in {
         source = ./keys/key_3;
         trust = "full";
       }
+      {
+        source = ./keys/key_4;
+        trust = "full";
+      }
     ];
   };
   services = {