Tom Hubrecht
ccfbc4be42
Some checks failed
build configuration / build_rescue01 (push) Successful in 1m7s
build configuration / build_storage01 (push) Successful in 1m9s
build configuration / build_web02 (push) Successful in 1m8s
build configuration / build_compute01 (push) Successful in 1m29s
lint / check (push) Successful in 26s
build configuration / build_web01 (push) Successful in 1m36s
build configuration / build_vault01 (push) Failing after 8m54s
25 lines
660 B
Nix
25 lines
660 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"
|
|
"nextcloud-adminpass_file"
|
|
"nextcloud-s3_secret_file"
|
|
"outline-oidc_client_secret_file"
|
|
"outline-smtp_password_file"
|
|
"outline-storage_secret_key_file"
|
|
"satosa-env_file"
|
|
"telegraf-environment_file"
|
|
"vaultwarden-environment_file"
|
|
"zammad-secret_key_base_file"
|
|
]
|