From 9f793eb4ae7d6b68793fa348b00f4886159c9bc9 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Fri, 7 Feb 2025 16:43:48 +0100 Subject: [PATCH] Update config a bit --- hosts/nixos/lapetus/services/glass-server/module.nix | 1 + hosts/nixos/tethys/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/lapetus/services/glass-server/module.nix b/hosts/nixos/lapetus/services/glass-server/module.nix index d96142b..8bccd1a 100644 --- a/hosts/nixos/lapetus/services/glass-server/module.nix +++ b/hosts/nixos/lapetus/services/glass-server/module.nix @@ -13,6 +13,7 @@ let # {{{ Public config HOST = "0.0.0.0"; PORT = cfg.port; + GAME_API_PREFIX = "/join/21"; USERNAME = cfg.adminUsername; LOG_BASE_DIR = "${cfg.dataDir}/log"; diff --git a/hosts/nixos/tethys/default.nix b/hosts/nixos/tethys/default.nix index 0a16bea..2285081 100644 --- a/hosts/nixos/tethys/default.nix +++ b/hosts/nixos/tethys/default.nix @@ -23,7 +23,6 @@ ../common/optional/services/restic ../common/optional/services/nginx.nix ./services/syncthing.nix - ./services/glass-server ./hardware ./boot.nix