From a22f45df0c88c725b2cabe31110ecea4ae1b5e57 Mon Sep 17 00:00:00 2001 From: Jet Date: Sat, 14 Mar 2026 18:57:47 -0700 Subject: [PATCH] fix: change web server to use mc instead of minecraft --- modules/caddy.nix | 2 +- modules/monitoring.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/caddy.nix b/modules/caddy.nix index 6c26b2c..eeb970a 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: let - domain = "minecraft.compsigh.club"; + domain = "mc.compsigh.club"; gitRepo = "https://github.com/compsigh/minecraft"; in { diff --git a/modules/monitoring.nix b/modules/monitoring.nix index d020e12..4a00884 100644 --- a/modules/monitoring.nix +++ b/modules/monitoring.nix @@ -49,8 +49,8 @@ server = { http_addr = "127.0.0.1"; http_port = 3000; - domain = "status.minecraft.compsigh.club"; - root_url = "https://status.minecraft.compsigh.club"; + domain = "status.mc.compsigh.club"; + root_url = "https://status.mc.compsigh.club"; }; security = { admin_user = "admin";