fix error
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 12s

This commit is contained in:
Satria 2026-05-02 18:56:38 +07:00
commit f831c98840

View file

@ -19,6 +19,7 @@ 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 {