From 45f33207c307009e45629ccd8b6a0200a49ea4aa Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 23 Aug 2024 22:19:41 +0900 Subject: feat(systems/cobalt): configure hydrogen-web --- systems/cobalt/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'systems') diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 0d861ec..9483f02 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -222,6 +222,7 @@ in "chat" "cinny" "git" + "hydrogen.chat" "mail" "matrix" "meet" @@ -314,6 +315,12 @@ in tls.acmeHost = "exotic.sh"; jitsi.domain = "meet.exotic.sh"; }; + services.hydrogen-web = { + enable = true; + hostName = "hydrogen.chat.exotic.sh"; + matrix.serverName = config.modules.services.element-web.matrix.serverName; + tls.acmeHost = config.modules.services.element-web.tls.acmeHost; + }; services.cinny-web = { enable = true; hostName = "cinny.exotic.sh"; -- cgit 1.4.1