fix(minecraft): disable server by default in configuration
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
in {
|
in {
|
||||||
minecraft-server = {
|
minecraft-server = {
|
||||||
inherit whitelist;
|
inherit whitelist;
|
||||||
enable = true;
|
enable = false;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
eula = true;
|
eula = true;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user