nullbox/mcserver: disable shim package IT WORKS :3
This commit is contained in:
parent
ee9f6db680
commit
a4201139b6
@ -54,7 +54,6 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
modpack = notlite-modpack;
|
modpack = notlite-modpack;
|
||||||
package = shimPackage;
|
|
||||||
modpackSymlinks = [ "mods" ];
|
modpackSymlinks = [ "mods" ];
|
||||||
modpackFiles = [ "config/" "kubejs/" ];
|
modpackFiles = [ "config/" "kubejs/" ];
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
@ -74,7 +73,7 @@ in
|
|||||||
in config.nixfiles.lib.minecraft.mkServer {
|
in config.nixfiles.lib.minecraft.mkServer {
|
||||||
enable = false;
|
enable = false;
|
||||||
modpack = notlite-modpack;
|
modpack = notlite-modpack;
|
||||||
package = shimPackage;
|
# package = shimPackage;
|
||||||
autoStart = self.enable;
|
autoStart = self.enable;
|
||||||
whitelist = {
|
whitelist = {
|
||||||
YzumThreeEye = "3dad78e8-6979-404f-820e-952ce20964a0";
|
YzumThreeEye = "3dad78e8-6979-404f-820e-952ce20964a0";
|
||||||
@ -83,8 +82,10 @@ in
|
|||||||
};
|
};
|
||||||
modpackSymlinks = [ "mods" ];
|
modpackSymlinks = [ "mods" ];
|
||||||
modpackFiles = [ "config/" "kubejs/" ];
|
modpackFiles = [ "config/" "kubejs/" ];
|
||||||
serverProperties = {
|
serverProperties = rec {
|
||||||
motd = "owo what's this (nix edition)";
|
motd = "owo what's this (nix edition)";
|
||||||
|
server-port = 25568;
|
||||||
|
"query.port" = server-port;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user