NOflake/extras/minecraft-server.nix

7 lines
138 B
Nix
Raw Normal View History

2024-06-01 17:07:25 -07:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
temurin-jre-bin-17
];
networking.firewall.allowedTCPPorts = [25565];
}