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; } [
|
2024-02-21 17:18:14 +01:00
|
|
|
"bupstash-put_key"
|
2024-02-19 14:47:27 +01:00
|
|
|
"ds-fr-secret_file"
|
2024-02-19 14:20:21 +01:00
|
|
|
"grafana-smtp_password_file"
|
|
|
|
"grafana-oauth_client_secret_file"
|
2023-10-05 09:52:13 +02:00
|
|
|
"hedgedoc-environment_file"
|
2024-02-18 15:27:48 +01:00
|
|
|
"librenms-database_password_file"
|
|
|
|
"librenms-environment_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-12-03 17:35:07 +01:00
|
|
|
"radius-auth_token_file"
|
|
|
|
"radius-ca_pem_file"
|
|
|
|
"radius-cert_pem_file"
|
|
|
|
"radius-dh_pem_file"
|
|
|
|
"radius-key_pem_file"
|
|
|
|
"radius-private_key_password_file"
|
2023-09-27 22:33:18 +02:00
|
|
|
"satosa-env_file"
|
2024-02-20 17:08:46 +01:00
|
|
|
"telegraf-environment_file"
|
2023-10-14 14:26:48 +02:00
|
|
|
"vaultwarden-environment_file"
|
2023-10-02 12:50:40 +02:00
|
|
|
"zammad-secret_key_base_file"
|
2023-07-18 17:00:31 +02:00
|
|
|
]
|