From 6e2d489667f23047f673186032601b3453ab279a Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 16 Apr 2025 17:14:58 +0200 Subject: [PATCH] feat(server): minecraft server turned off --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index e4f275f..ec47d7e 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -18,7 +18,7 @@ service = { minecraft = { - enium-pv = true; + enium-pv = false; }; bot_discord = { master = true;