208 current 2025-10-10 02:29:51 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 02:45:06 -05:00
parent c080e647cc
commit 52d12ceb26
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # 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"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -72,6 +72,8 @@ in
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
}) servers; }) servers;
environment.systemPackages = with pkgs; [ openjdk21 ];
# open firewall # open firewall
networking.firewall.allowedTCPPorts = [ 25777 25565 25566 25567 ]; networking.firewall.allowedTCPPorts = [ 25777 25565 25566 25567 ];