From d3c089a1a82f1be28d48d4deab19a6ca500ad9c4 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 25 Mar 2024 19:17:09 -0400 Subject: [PATCH] notlite: fix server.properties --- hosts/nullbox/mcserver.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nullbox/mcserver.nix b/hosts/nullbox/mcserver.nix index 3519c5a..acaee26 100644 --- a/hosts/nullbox/mcserver.nix +++ b/hosts/nullbox/mcserver.nix @@ -57,9 +57,12 @@ in modpackFiles = [ "config/" "kubejs/" ]; serverProperties = { motd = "owo what's this (nix notlite edition)"; + "server.port" = 25567; + "query.port" = 25567; # more declarative seed = "8555431723250870652"; + level-type = "bclib:normal"; }; };