diff options
author | sefidel <contact@sefidel.net> | 2024-08-29 08:24:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-31 01:05:22 +0900 |
commit | c9342fc119d11790ac1b9f4e4139b81cf663cd06 (patch) | |
tree | 952de7c2de1409d19d35d1da90622cdecd21230c /systems/cobalt | |
parent | ecbd9b1d41b710b94532a80bb49b16c57c75b82f (diff) | |
download | infra-c9342fc119d11790ac1b9f4e4139b81cf663cd06.tar.gz infra-c9342fc119d11790ac1b9f4e4139b81cf663cd06.zip |
feat(systems/cobalt): configure gamja
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 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"; |