From 5b571f1126cfdcaac7830b3306861e99f2b9c6d8 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 29 Mar 2025 20:52:33 +0100 Subject: [PATCH] feat: rcon port minecraft --- hosts/hitsugibune/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index e89f651..9e6df7b 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -75,6 +75,7 @@ in { serverConfig = { server-port = 25565; + rcon-port = 25566; motd = "SIB24 Aged Server"; white-list = true; spawn-protection = 0;