More server changes :3
This commit is contained in:
parent
da6df2f98e
commit
2beaf963c2
12 changed files with 6 additions and 14 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue