what
This commit is contained in:
parent
415f6cb309
commit
189fb053c5
|
@ -12,8 +12,8 @@ in {
|
||||||
builtins.elem (lib.getName pkgs) [ "minecraft-server" ];
|
builtins.elem (lib.getName pkgs) [ "minecraft-server" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
# services = {
|
||||||
minecraft-servers.servers.wires =
|
inputs.nix-minecraft.nixosModules.minecraft-servers.servers.wires =
|
||||||
let modpack = pkgs.fetchPackwizModpack { url = ./sakopack; };
|
let modpack = pkgs.fetchPackwizModpack { url = ./sakopack; };
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -38,7 +38,7 @@ in {
|
||||||
# # You can add files not on the modpack, of course
|
# # You can add files not on the modpack, of course
|
||||||
# "config/server-specific.conf".value = { example = "foo-bar"; };
|
# "config/server-specific.conf".value = { example = "foo-bar"; };
|
||||||
# };
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue