diff options
author | Soispha <soispha@vhack.eu> | 2023-09-05 17:27:05 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-05 17:27:05 +0200 |
commit | f1a4ac944ab81330073636e974a3903a30cff2b1 (patch) | |
tree | eb3bcf8784f6c77a9eac66f65757a0714d98f16c /hm/soispha/conf/gpg/default.nix | |
parent | chore(version): v1.10.0 (diff) | |
download | nixos-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.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 = { |