diff options
author | sefidel <contact@sefidel.net> | 2024-08-23 22:19:41 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-23 22:21:59 +0900 |
commit | 45f33207c307009e45629ccd8b6a0200a49ea4aa (patch) | |
tree | 6006e0c6b35af595893f80e954a4f66a96d5cc06 /systems/cobalt | |
parent | 392b93043850e9f3392b79f4ec5a4ac06debd849 (diff) | |
download | infra-45f33207c307009e45629ccd8b6a0200a49ea4aa.tar.gz infra-45f33207c307009e45629ccd8b6a0200a49ea4aa.zip |
feat(systems/cobalt): configure hydrogen-web
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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"; |