fixup! vendored/conduwuit: init

This commit is contained in:
Infinidoge 2025-06-19 19:55:56 -04:00
parent 204a1b0479
commit 44d701a133
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -6,7 +6,7 @@
}: }:
let let
domain = common.subdomain "matrix"; domain = common.subdomain "matrix";
cfg = config.services.conduwuit; cfg = config.services.conduwuit-vendor;
host = "http://localhost:${toString cfg.settings.global.port}"; host = "http://localhost:${toString cfg.settings.global.port}";
in in
{ {