miki: remove mc server configuration
This commit is contained in:
parent
b67cd0ce9d
commit
7032ba1bbe
1 changed files with 0 additions and 12 deletions
|
|
@ -16,18 +16,6 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.nvidia.acceptLicense = true;
|
nixpkgs.config.nvidia.acceptLicense = true;
|
||||||
|
|
||||||
services.minecraft-servers.servers.velocity.jvmOpts = lib.mkForce "-Xms128M -Xmx1024M -Dvelocity.max-known-packs=135";
|
|
||||||
services.minecraft-servers.servers.velocity.symlinks."velocity.toml".value = {
|
|
||||||
servers.try = [ "building" ];
|
|
||||||
|
|
||||||
forced-hosts = {
|
|
||||||
"neoforge.miki.astolfo.org" = [ "neoforge-1-21-1" ];
|
|
||||||
"building.miki.astolfo.org" = [ "building" ];
|
|
||||||
"neoforge.miki-ext.astolfo.org" = [ "neoforge-1-21-1" ];
|
|
||||||
"building.miki-ext.astolfo.org" = [ "building" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
size = 8*1024; # 8 GB
|
size = 8*1024; # 8 GB
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue