about summary refs log tree commit diff
path: root/systems/cobalt
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix7
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";