diff options
author | Ben Sima <ben@bsima.me> | 2022-07-29 01:20:13 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-29 01:20:13 -0400 |
commit | 368241c89957ec70ddc789b23dc03f2518198bf6 (patch) | |
tree | 3abd5a9e72e693eed626ca6e001f2d76faa5c241 /Biz/Cloud/Chat.nix | |
parent | a988b5cc9d75ad23a23b0b34b35f00bdacc9a2e2 (diff) |
Update nixos-mailserver and deploy Biz/Cloud.nix
The cloud was old, so some extra fixes snuck in that should have been a part of
the nixpkgs upgrade.
Diffstat (limited to 'Biz/Cloud/Chat.nix')
-rw-r--r-- | Biz/Cloud/Chat.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Biz/Cloud/Chat.nix b/Biz/Cloud/Chat.nix index 0c29f3f..be856d8 100644 --- a/Biz/Cloud/Chat.nix +++ b/Biz/Cloud/Chat.nix @@ -22,9 +22,9 @@ in { # services.matrix-synapse = { enable = false; - server_name = config.networking.domain; - registration_shared_secret = "AkGRWSQLga3RoKRFnHhKoeCEIeZzu31y4TRzMRkMyRbBnETkVTSxilf24qySLzQn"; - listeners = [ + settings.server_name = config.networking.domain; + #registration_shared_secret = "AkGRWSQLga3RoKRFnHhKoeCEIeZzu31y4TRzMRkMyRbBnETkVTSxilf24qySLzQn"; + settings.listeners = [ { port = matrix_port; bind_address = "::1"; |