{ pkgs, ...}: { services.minecraft-server = { enable = true; eula = true; openFirewall = true; package = pkgs.unstable.papermc; }; }