reenable
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 19s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 19s
This commit is contained in:
parent
78e626156c
commit
52464e7afe
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@ in {
|
||||||
nixpkgs.overlays = [ inputs.mc.overlay ];
|
nixpkgs.overlays = [ inputs.mc.overlay ];
|
||||||
|
|
||||||
services.minecraft-servers = {
|
services.minecraft-servers = {
|
||||||
enable = false;
|
enable = true;
|
||||||
eula = true;
|
eula = true;
|
||||||
managementSystem.systemd-socket.enable = true; # Referenced but unset environment variable evaluates to an empty string: MAINPID
|
managementSystem.systemd-socket.enable = true; # Referenced but unset environment variable evaluates to an empty string: MAINPID
|
||||||
# ^^^ https://github.com/Infinidoge/nix-minecraft/issues/119
|
# ^^^ https://github.com/Infinidoge/nix-minecraft/issues/119
|
||||||
|
|
||||||
servers.mc0-explorers-creativity = {
|
servers.mc0-explorers-creativity = {
|
||||||
enable = false;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
restart = "always";
|
restart = "always";
|
||||||
enableReload = true;
|
enableReload = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue