From c9342fc119d11790ac1b9f4e4139b81cf663cd06 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 29 Aug 2024 08:24:53 +0900 Subject: feat(systems/cobalt): configure gamja --- systems/cobalt/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'systems/cobalt') diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 8b1521e..ce02982 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -232,6 +232,7 @@ in "social" "todo" "turn" + "web.bouncer" "webmail" ]; }; @@ -343,6 +344,12 @@ in tls.enable = true; tls.acmeHost = "exotic.sh"; }; + services.gamja = { + enable = true; + domain = "exotic.sh"; + realHost = "web.bouncer.exotic.sh"; + server = config.modules.services.soju.hostName; + }; services.vikunja = { enable = true; domain = "exotic.sh"; -- cgit 1.4.1