diff options
Diffstat (limited to 'hm/soispha/conf/gpg/default.nix')
-rw-r--r-- | hm/soispha/conf/gpg/default.nix | 4 |
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 = { |