mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Move murmur to hcloud
This commit is contained in:
parent
c76ade9c29
commit
380361eeeb
4 changed files with 19 additions and 5 deletions
|
|
@ -110,5 +110,8 @@ module "deploy_nixos_backend1" {
|
|||
password: "${data.sops_file.secrets.data["synapse.db_password"]}"
|
||||
macaroon_secret_key: "${data.sops_file.secrets.data["synapse.macaroon_secret_key"]}"
|
||||
EOT
|
||||
"murmur.env" = <<EOT
|
||||
MURMURD_PASSWORD=${data.sops_file.secrets.data["murmur.password"]}
|
||||
EOT
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue