fix error 2
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
This commit is contained in:
parent
f831c98840
commit
b1a1913b51
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ in {
|
|||
services.minecraft-servers = {
|
||||
enable = true;
|
||||
eula = true;
|
||||
managementSystem.systemd-socket.enable = true; # Referenced but unset environment variable evaluates to an empty string: MAINPID
|
||||
|
||||
servers.mc0-explorers-creativity = {
|
||||
enable = true;
|
||||
|
|
@ -19,7 +20,6 @@ in {
|
|||
restart = "always";
|
||||
enableReload = true;
|
||||
|
||||
managementSystem.systemd-socket.enable = true; # Referenced but unset environment variable evaluates to an empty string: MAINPID
|
||||
package = pkgs.fabricServers.fabric-26_1.override { loaderVersion = "0.19.2"; };
|
||||
jvmOpts = let
|
||||
authlib-injector = pkgs.fetchurl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue