NOflake/extras/minecraft-server.nix
2024-06-10 17:40:46 -07:00

6 lines
138 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
temurin-jre-bin-17
];
networking.firewall.allowedTCPPorts = [25565];
}