fix: all servers now require the dns secret for acme now
This commit is contained in:
parent
379cb84839
commit
689344e518
2 changed files with 42 additions and 31 deletions
|
@ -112,7 +112,7 @@ let
|
|||
in {
|
||||
# nix run github:ryantm/agenix -- -e secret1.age
|
||||
|
||||
"dns_certs.secret.age".publicKeys = users ++ webservers;
|
||||
"dns_certs.secret.age".publicKeys = users ++ systems;
|
||||
"dns_dnskeys.conf.age".publicKeys = users ++ dns;
|
||||
|
||||
"stream_ulfm.age".publicKeys = users ++ [galatea];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue