From 1b120e6381446039a141412c278e1299a52fa42a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:51:49 +0400 Subject: [PATCH] disable for now we actually have a working module :DDD --- hosts/sakoserver/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 6390aa85..5322501f 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -105,7 +105,7 @@ }; }; fedi = { akkoma.enable = true; }; - game = { minecraft.enable = true; }; + game = { minecraft.enable = false; }; media = { qbittorrent = { enable = true;