deactivate all mc servers
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 17s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 17s
This commit is contained in:
parent
5175119fee
commit
99bf98c716
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ in {
|
|||
};
|
||||
|
||||
services.minecraft-servers.servers.${name} = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
autoStart = true;
|
||||
restart = "always";
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
in {
|
||||
services.minecraft-servers.servers.${name} = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
autoStart = true;
|
||||
restart = "always";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue