idek, random commit

This commit is contained in:
mtgmonkey
2025-12-11 19:40:50 +00:00
parent 6e30000ce5
commit 8e1895f1b1
6 changed files with 197 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
{
nixpkgs.config.allowUnfree = true;
services.minecraft-server = {
enable = true;
eula = true;
jvmOpts = "-Xms512M -Xmx1024M";
};
}