Tom Hubrecht
f065db687a
Some checks failed
Check meta / check_meta (push) Successful in 27s
Check meta / check_dns (push) Successful in 48s
build configuration / build_vault01 (push) Successful in 1m12s
build configuration / build_storage01 (push) Failing after 1m12s
build configuration / build_web01 (push) Failing after 46s
build configuration / build_compute01 (push) Successful in 1m17s
lint / check (push) Successful in 25s
build configuration / build_web02 (push) Successful in 51s
build configuration / build_rescue01 (push) Successful in 50s
build configuration / push_to_cache (push) Has been skipped
29 lines
794 B
Nix
29 lines
794 B
Nix
let
|
|
lib = import ../../../lib { };
|
|
publicKeys = lib.getNodeKeys "compute01";
|
|
in
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
|
"arkheon-env_file"
|
|
"bupstash-put_key"
|
|
"ds-fr-secret_file"
|
|
"grafana-smtp_password_file"
|
|
"grafana-oauth_client_secret_file"
|
|
"hedgedoc-environment_file"
|
|
"librenms-database_password_file"
|
|
"librenms-environment_file"
|
|
"mastodon-extra_env_file"
|
|
"mastodon-smtp-password"
|
|
"nextcloud-adminpass_file"
|
|
"nextcloud-s3_secret_file"
|
|
"outline-oidc_client_secret_file"
|
|
"outline-smtp_password_file"
|
|
"outline-storage_secret_key_file"
|
|
"plausible-admin_user_password_file"
|
|
"plausible-secret_key_base_file"
|
|
"plausible-smtp_password_file"
|
|
"satosa-env_file"
|
|
"telegraf-environment_file"
|
|
"vaultwarden-environment_file"
|
|
"zammad-secret_key_base_file"
|
|
]
|