diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 14:08:26 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 20:33:34 +0200 |
commit | 5fcdae15704a82032016d79272a1601f9d232365 (patch) | |
tree | b16dc9c5135d86b3b3f75282a11345043f1d0629 /sys/secrets/secrets.nix | |
parent | feat(pkgs/lf-make-map): Add de-serialization to lf mappings (diff) | |
download | nixos-config-5fcdae15704a82032016d79272a1601f9d232365.zip |
feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`
Diffstat (limited to 'sys/secrets/secrets.nix')
-rw-r--r-- | sys/secrets/secrets.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/secrets/secrets.nix b/sys/secrets/secrets.nix index 4bbf895f..cd6447b7 100644 --- a/sys/secrets/secrets.nix +++ b/sys/secrets/secrets.nix @@ -10,6 +10,8 @@ in { # only here to satisfy the nix evaluation "nheko/conf.isimud".publicKeys = [soispha]; + "lf/cd_paths".publicKeys = [soispha tiamat apzu]; + "serverphone/ca.key".publicKeys = [soispha tiamat apzu]; "serverphone/server.key".publicKeys = [soispha tiamat apzu]; |