infrastructure/machines/nixos/web01/secrets/secrets.nix

16 lines
422 B
Nix
Raw Normal View History

# SPDX-FileCopyrightText: 2024 La Délégation Générale Numérique <contact@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
(import ../../../../keys).mkSecrets [ "web01" ] [
# List of secrets for web01
"acme-certs_secret"
2024-02-21 22:55:10 +01:00
"bupstash-put_key"
2023-12-08 14:53:13 +01:00
"matterbridge-config_file"
"named-bind_dnskeys_conf"
"netbox-environment_file"
2023-10-22 22:31:06 +02:00
"ntfy_sh-environment_file"
2023-10-27 14:16:48 +02:00
"castopod-environment_file"
2024-08-16 23:20:11 +02:00
"kahulm-session_secret"
2023-06-30 18:40:09 +02:00
]