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 {
|
||||
minecraft-server = {
|
||||
inherit whitelist;
|
||||
enable = true;
|
||||
enable = false;
|
||||
openFirewall = true;
|
||||
eula = true;
|
||||
declarative = true;
|
||||
|
||||
Reference in New Issue
Block a user