From 21246f1c67a71c568a67411adfed0f7ef3e85177 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 6 Jun 2026 11:09:50 +0700 Subject: [PATCH] motd faker --- modules/system/homelab/mc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index e0296a2..dd53017 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -58,7 +58,7 @@ in { # server-ip = "localhost"; server-port = 25565; server-name = "Minecraft Server"; - motd = "§lSeason 3§r - §dExplorers Creativity 🔥"; + motd = "§cCan't connect to server"; log-ips = false; # TODO: figure out how to get ips from cloudflared tunnel hide-online-players = true;