2023-07-18 17:00:31 +02:00
|
|
|
let
|
2023-07-24 09:10:34 +02:00
|
|
|
lib = import ../../../lib { };
|
2023-09-11 11:17:30 +02:00
|
|
|
publicKeys = lib.getNodeKeys "compute01";
|
2023-07-18 17:00:31 +02:00
|
|
|
in
|
|
|
|
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
2023-09-24 13:16:22 +02:00
|
|
|
"ds_fr-secret_file"
|
2023-09-13 11:09:41 +02:00
|
|
|
"mastodon-extra_env_file"
|
2023-09-11 11:17:30 +02:00
|
|
|
"nextcloud-adminpass_file"
|
2023-09-11 18:56:07 +02:00
|
|
|
"nextcloud-s3_secret_file"
|
2023-09-24 15:47:29 +02:00
|
|
|
"outline-oidc_client_secret_file"
|
|
|
|
"outline-smtp_password_file"
|
|
|
|
"outline-storage_secret_key_file"
|
2023-09-27 22:33:18 +02:00
|
|
|
"satosa-env_file"
|
2023-07-18 17:00:31 +02:00
|
|
|
]
|