feat(etna): replace vanilla servers with nomi-ceu
This commit is contained in:
parent
0f7cd7b38c
commit
113a6787e9
1 changed files with 8 additions and 23 deletions
|
@ -23,30 +23,16 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
vanilla = _utils.mkMinecraftServer config {
|
nomifactory = _utils.mkMinecraftServer config {
|
||||||
name = "vanilla";
|
name = "nomi";
|
||||||
port = 25565;
|
port = 25565;
|
||||||
remotePort = 6005;
|
remotePort = 6007;
|
||||||
memory = "4G";
|
tag = "java8";
|
||||||
|
memory = "8G";
|
||||||
envFiles = [ secret.path ];
|
envFiles = [ secret.path ];
|
||||||
env = {
|
env = {
|
||||||
USE_AIKAR_FLAGS = "true";
|
TYPE = "AUTO_CURSEFORGE";
|
||||||
TYPE = "MODRINTH";
|
CF_PAGE_URL = "https://www.curseforge.com/minecraft/modpacks/nomi-ceu/files/5821400";
|
||||||
MODRINTH_MODPACK = "https://modrinth.com/modpack/adrenaline/version/1.24.0+1.21.1.fabric";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ukuserv = _utils.mkMinecraftServer config {
|
|
||||||
name = "ukuserv";
|
|
||||||
port = 25566;
|
|
||||||
remotePort = 6006;
|
|
||||||
memory = "4G";
|
|
||||||
envFiles = [ secret.path ];
|
|
||||||
env = {
|
|
||||||
USE_AIKAR_FLAGS = "true";
|
|
||||||
TYPE = "MODRINTH";
|
|
||||||
MODRINTH_MODPACK = "https://modrinth.com/modpack/adrenaline/version/1.24.0+1.21.1.fabric";
|
|
||||||
MODRINTH_PROJECTS = "spark, no-chat-reports";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -55,8 +41,7 @@ in
|
||||||
secret.generate
|
secret.generate
|
||||||
|
|
||||||
lynn
|
lynn
|
||||||
vanilla
|
nomifactory
|
||||||
ukuserv
|
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services.restart-minecraft-servers = {
|
systemd.services.restart-minecraft-servers = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue