2023-06-30 18:40:09 +02:00
|
|
|
let
|
2023-07-24 09:10:34 +02:00
|
|
|
lib = import ../../../lib { };
|
2023-07-24 09:09:15 +02:00
|
|
|
publicKeys = lib.getNodeKeys "web01";
|
2024-02-02 10:51:31 +01:00
|
|
|
in
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
2023-09-29 13:27:27 +02:00
|
|
|
"acme-certs_secret"
|
2023-12-08 14:53:13 +01:00
|
|
|
"matterbridge-config_file"
|
2023-09-29 13:27:27 +02:00
|
|
|
"named-bind_dnskeys_conf"
|
2023-10-22 22:31:06 +02:00
|
|
|
"ntfy_sh-environment_file"
|
2023-06-30 18:40:09 +02:00
|
|
|
"plausible_admin-user-password-file"
|
|
|
|
"plausible_secret-key-base-file"
|
|
|
|
"plausible_release-cookie-file"
|
2023-07-02 13:31:42 +02:00
|
|
|
"_smtp-password-file"
|
2023-10-27 14:16:48 +02:00
|
|
|
"castopod-environment_file"
|
2023-06-30 18:40:09 +02:00
|
|
|
]
|