More server changes :3

This commit is contained in:
Jimbo 2024-12-27 18:47:07 -05:00
parent da6df2f98e
commit 2beaf963c2
12 changed files with 6 additions and 14 deletions

View file

@ -3,7 +3,6 @@ let
common = import ../../common { inherit pkgs; };
in {
services.minecraft-servers.servers.velocity = {
enable = true;
package = pkgs.velocityServers.velocity;
jvmOpts = "-Xmx512M";
symlinks = {
@ -44,14 +43,12 @@ in {
allowedTCPPorts = [
25565
19132
30013
5657
];
# Server, VC, and Bedrock
allowedUDPPorts = [
25565
19132
30013
];
};
}