From 52d12ceb26c8edf808917419e9a2d3c16194c57e Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 02:45:06 -0500 Subject: [PATCH] 208 current 2025-10-10 02:29:51 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/gameservers/minecraft_recpro/default.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7279e42..fd3535b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 207 current 2025-10-10 02:23:15 25.05.20251006.20c4598 6.12.50 * +# generation: 208 current 2025-10-10 02:29:51 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/gameservers/minecraft_recpro/default.nix b/modules/homelab/gameservers/minecraft_recpro/default.nix index 0cae4f3..47ad011 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -72,6 +72,8 @@ in wantedBy = [ "multi-user.target" ]; }) servers; + environment.systemPackages = with pkgs; [ openjdk21 ]; + # open firewall networking.firewall.allowedTCPPorts = [ 25777 25565 25566 25567 ];