From aeeb440774eba726a3abc17052546b1ccb8a35b3 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Aug 2024 14:32:38 -0600 Subject: sys/conduit: switch to conduwuit --- sys/conduit/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/conduit') diff --git a/sys/conduit/default.nix b/sys/conduit/default.nix index b3a03c4..1d59469 100644 --- a/sys/conduit/default.nix +++ b/sys/conduit/default.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, flakes, lib, pkgs, ... }: with lib; let cfg = config.local.conduit; @@ -23,6 +23,8 @@ in services.matrix-conduit = { enable = true; + package = flakes.conduwuit.packages.${pkgs.system}.default; + settings.global = { port = cfg.listenPort; address = cfg.listenAddress; @@ -33,6 +35,9 @@ in allow_encryption = true; allow_federation = true; allow_registration = false; + enable_lightning_bolt = false; + allow_check_for_updates = true; + new_user_displayname_suffix = ""; }; }; }; -- cgit v1.2.3