From 368241c89957ec70ddc789b23dc03f2518198bf6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jul 2022 01:20:13 -0400 Subject: 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. --- Biz/Cloud/Chat.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Biz/Cloud/Chat.nix') 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"; -- cgit v1.2.3