redisable systemd socket
This commit is contained in:
parent
8e83aeb23b
commit
159ea4a52e
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
modpack = pkgs.fetchPackwizModpack {
|
modpack = pkgs.fetchPackwizModpack {
|
||||||
url = "https://git.malice.zone/alisceon/tfcpack/-/raw/main/pack.toml";
|
url = "https://git.malice.zone/alisceon/tfcpack/-/raw/main/pack.toml";
|
||||||
packHash = "sha256-1yS7Q9qUv7pa+41iVCu9zGn2aqbmG4o/rsIovTZV2a0=";
|
packHash = "";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
@ -40,7 +40,7 @@ in
|
||||||
|
|
||||||
services.minecraft-servers = {
|
services.minecraft-servers = {
|
||||||
enable = true;
|
enable = true;
|
||||||
managementSystem.systemd-socket.enable = true;
|
#managementSystem.systemd-socket.enable = true;
|
||||||
eula = true;
|
eula = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
servers.tfcpack = {
|
servers.tfcpack = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue