From 44d701a133f18d11fa8cd1667cb856fbaabf08c1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 19 Jun 2025 19:55:56 -0400 Subject: [PATCH] fixup! vendored/conduwuit: init --- hosts/Infini-DL360/conduwuit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/conduwuit.nix b/hosts/Infini-DL360/conduwuit.nix index 8931fd4..8116a51 100644 --- a/hosts/Infini-DL360/conduwuit.nix +++ b/hosts/Infini-DL360/conduwuit.nix @@ -6,7 +6,7 @@ }: let domain = common.subdomain "matrix"; - cfg = config.services.conduwuit; + cfg = config.services.conduwuit-vendor; host = "http://localhost:${toString cfg.settings.global.port}"; in {