aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-29 08:24:53 +0900
committersefidel <contact@sefidel.net>2024-08-31 01:05:22 +0900
commitc9342fc119d11790ac1b9f4e4139b81cf663cd06 (patch)
tree952de7c2de1409d19d35d1da90622cdecd21230c
parentecbd9b1d41b710b94532a80bb49b16c57c75b82f (diff)
downloadinfra-c9342fc119d11790ac1b9f4e4139b81cf663cd06.zip
feat(systems/cobalt): configure gamja
-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";