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";
           };
 
         };