aboutsummaryrefslogtreecommitdiff
path: root/systems/cobalt
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index ce02982..de51b06 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -341,6 +341,10 @@ in
services.soju = {
enable = true;
hostName = "bouncer.exotic.sh";
+ websocket = {
+ enable = true;
+ allowedOrigins = [ config.modules.services.gamja.realHost ];
+ };
tls.enable = true;
tls.acmeHost = "exotic.sh";
};