From 2ecc8550b800a048540e891e9abe2999e35410c8 Mon Sep 17 00:00:00 2001 From: ktkk Date: Mon, 20 Oct 2025 20:23:41 +0000 Subject: [PATCH] Disable Minecraft Disabled for now until I figure out how to proxy a Minecraft server properly --- hosts/homelab/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/homelab/configuration.nix b/hosts/homelab/configuration.nix index e8c75e3..b2cefdd 100644 --- a/hosts/homelab/configuration.nix +++ b/hosts/homelab/configuration.nix @@ -12,7 +12,7 @@ ../../modules/forgejo ../../modules/nginx ../../modules/grafana - ../../modules/minecraft + # ../../modules/minecraft ../../modules/fail2ban ];