diff --git a/hosts/logos/minecraft.nix b/hosts/logos/minecraft.nix index b53f9db..da37715 100644 --- a/hosts/logos/minecraft.nix +++ b/hosts/logos/minecraft.nix @@ -1,6 +1,6 @@ { ... }: { services.minecraft-server = { - enable = true; + enable = false; eula = true; # set to true if you agree to Mojang's EULA: https://account.mojang.com/documents/minecraft_eula declarative = true;