infrastructure/machines/compute01/secrets/secrets.nix
sinavir b26d9f752e
Some checks failed
build configuration / push_to_cache (push) Blocked by required conditions
build configuration / build_web02 (push) Successful in 1m3s
build configuration / build_vault01 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m8s
build configuration / build_rescue01 (push) Has been cancelled
lint / check (push) Has been cancelled
build configuration / build_compute01 (push) Has been cancelled
build configuration / build_web01 (push) Has been cancelled
fix: mastodon smtp setup
2024-04-20 15:40:10 +02:00

26 lines
687 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"
"satosa-env_file"
"telegraf-environment_file"
"vaultwarden-environment_file"
"zammad-secret_key_base_file"
]