chore(etna): remove some unused game servers
This commit is contained in:
parent
e5d842ff7b
commit
439683b3a9
2 changed files with 1 additions and 15 deletions
|
@ -62,7 +62,7 @@ in
|
|||
./minecraft.nix
|
||||
./nextcloud.nix
|
||||
./reposilite.nix
|
||||
./satisfactory.nix
|
||||
# ./satisfactory.nix
|
||||
./shlink.nix
|
||||
./slskd.nix
|
||||
./uku.nix
|
||||
|
|
|
@ -10,19 +10,6 @@ let
|
|||
|
||||
secret = _utils.setupSingleSecret config "minecraftEnv" { };
|
||||
|
||||
lynn = _utils.mkMinecraftServer config {
|
||||
name = "lynn";
|
||||
port = 25567;
|
||||
remotePort = 6002;
|
||||
memory = "4G";
|
||||
envFiles = [ secret.path ];
|
||||
env = {
|
||||
USE_AIKAR_FLAGS = "true";
|
||||
TYPE = "MODRINTH";
|
||||
MODRINTH_MODPACK = "https://modrinth.com/modpack/adrenaline/version/1.24.0+1.20.6.fabric";
|
||||
};
|
||||
};
|
||||
|
||||
nomifactory = _utils.mkMinecraftServer config {
|
||||
name = "nomi";
|
||||
port = 25565;
|
||||
|
@ -40,7 +27,6 @@ in
|
|||
imports = [
|
||||
secret.generate
|
||||
|
||||
lynn
|
||||
nomifactory
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue