infrastructure/machines/storage01/secrets/secrets.nix

24 lines
727 B
Nix
Raw Normal View History

(import ../../../keys).mkSecrets [ "storage01" ] [
# List of secrets for storage01
2024-02-21 22:42:57 +01:00
"bupstash-put_key"
2024-02-07 10:19:13 +01:00
"forgejo-mailer_password_file"
"forgejo_runners-token_file"
"garage-environment_file"
"influxdb2-grafana_token_file"
"influxdb2-initial_password_file"
"influxdb2-initial_token_file"
"influxdb2-telegraf_token_file"
2024-10-20 23:01:14 +02:00
"netbird-data_store_encryption_key_file"
"netbird-relay_environment_file"
"netbird-relay_secret_file"
2024-07-23 20:47:25 +02:00
"nginx-tvix-store-password"
"nginx-tvix-store-password-ci"
"peertube-secrets_file"
"peertube-service_environment_file"
"peertube-smtp_password_file"
2024-04-23 23:22:28 +02:00
"prometheus-garage_api"
"prometheus-uptime-kuma-apikey"
2024-07-23 20:47:25 +02:00
"prometheus-web_config_file"
"tvix-store-infra-signing-key"
2023-07-18 17:00:31 +02:00
]