all the mods 9

This commit is contained in:
Tao Tien 2024-06-01 17:07:25 -07:00
parent d7e3b972e6
commit 9aa71c7f20
10 changed files with 171 additions and 1 deletions

View file

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