diff options
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"; |