diff --git a/hosts/quasar/default.nix b/hosts/quasar/default.nix index d93e86f..d4d81c8 100644 --- a/hosts/quasar/default.nix +++ b/hosts/quasar/default.nix @@ -36,6 +36,9 @@ settings = { server_name = config.networking.domain; serve_server_wellknown = true; + registration_shared_secret = secrets.synapse."consortium.chat".registration-shared-secret; + macaroon_secret_key = secrets.synapse."consortium.chat".macaroon-secret-key; + form_secret = secrets.synapse."consortium.chat".form-secret; }; }; diff --git a/secrets.json b/secrets.json index d85e392..7fb8fce 100755 Binary files a/secrets.json and b/secrets.json differ