From 0b1f3ba8e380f18d8415b7f5f92dfa1925d660c1 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 4 Sep 2023 01:35:00 +0200 Subject: [PATCH] matrix: enable password login --- hosts/architect/matrix.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/architect/matrix.nix b/hosts/architect/matrix.nix index ba13c57..b0753da 100644 --- a/hosts/architect/matrix.nix +++ b/hosts/architect/matrix.nix @@ -20,10 +20,7 @@ in dynamic_thumbnails = true; withJemalloc = true; enable_registration = false; - password_config.enabled = false; - app_service_config_files = [ - "/var/lib/matrix-synapse/discord-registration.yaml" - ]; + password_config.enabled = true; auto_join_rooms = [ "#general:${domain}" "#music:${domain}" "#movies:${domain}" ];