From bb64c113d6cebb47f7713a20072ce82fabe16d95 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 27 Dec 2025 02:34:53 +0100 Subject: Spacebar server name --- host/Rory-ovh/services/containers/spacebar/services/spacebar.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'host') diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix index 51170ef..5671a83 100644 --- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix +++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix @@ -7,6 +7,7 @@ in imports = [ spacebar.nixosModules.default ]; services.spacebarchat-server = { enable = true; + serverName = "spacebar.chat"; apiEndpoint = sb.mkEndpoint "api.rory.server.spacebar.chat" 3001 true; gatewayEndpoint = sb.mkEndpoint "gateway.rory.server.spacebar.chat" 3002 true; cdnEndpoint = sb.mkEndpoint "cdn.rory.server.spacebar.chat" 3003 true; -- cgit 1.5.1