diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 13:54:24 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 13:54:24 +0200 |
commit | c5dd5dfd9fb68383a28162ded4663c76c7c0024b (patch) | |
tree | 83e61ebcb09ae1c36a28873047a056ebf8c24e8c /hm/soispha/conf/gpg/default.nix | |
parent | fix(sys/boot): Restore the bootsetup to the status quo (diff) | |
download | nixos-config-c5dd5dfd9fb68383a28162ded4663c76c7c0024b.zip |
feat(hm/conf/gpg/keys): Add my new gpg key
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/gpg/default.nix | 6 |
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"; } ]; |