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
|
||||
modpack = pkgs.fetchPackwizModpack {
|
||||
url = "https://git.malice.zone/alisceon/tfcpack/-/raw/main/pack.toml";
|
||||
packHash = "sha256-1yS7Q9qUv7pa+41iVCu9zGn2aqbmG4o/rsIovTZV2a0=";
|
||||
packHash = "";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
@ -40,7 +40,7 @@ in
|
|||
|
||||
services.minecraft-servers = {
|
||||
enable = true;
|
||||
managementSystem.systemd-socket.enable = true;
|
||||
#managementSystem.systemd-socket.enable = true;
|
||||
eula = true;
|
||||
openFirewall = true;
|
||||
servers.tfcpack = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue