Compare commits

..

No commits in common. "dd8b9a8ccf7ea50f14e2d63aa798d7079e86d52c" and "c3abaad9a7a8159d91816d89d926eb11933aa1ea" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View file

@ -70,7 +70,6 @@
{ nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; }
./modules/games/server/minecraft/default.nix
./modules/games/server/minecraft/building.nix
./modules/games/server/minecraft/neoforge-1.21.1.nix
./modules/services/ssh.nix
./modules/network/vpn/tailscale.nix

View file

@ -16,14 +16,8 @@
nixpkgs.config.allowUnfree = 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" ];
};
};
swapDevices = [{

View file

@ -10,8 +10,7 @@
TYPE = "NEOFORGE";
VERSION = "1.21.1";
EULA = "TRUE";
INIT_MEMORY = "1G";
MAX_MEMORY = "4G";
MEMORY = "4G";
SERVER_PORT = "30005";
UID = "992";