From ba6f5ed81b2787c82771aeb35c8ef9ef58077a77 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Mon, 19 Dec 2022 22:45:44 +0100 Subject: [PATCH] a --- hosts/ds9/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 09b4ea05..24d98406 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -202,7 +202,7 @@ in # "${pkgs.webhook}/bin/webhook -hooks ${hooksFile} -verbose"; # }; #}; - networking.firewall.allowedTCPPorts = [ 9000 ]; + networking.firewall.allowedTCPPorts = [ 9000 25565 ]; # Immutable users due to tmpfs users.mutableUsers = false; @@ -230,6 +230,7 @@ in group = "minecraft"; }; users.groups.minecraft = { }; + environment.systemPackages = [ pkgs.jre8 ]; services.smartd = { enable = true;