summaryrefslogtreecommitdiff
path: root/modules/zomboid.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/zomboid.nix')
-rw-r--r--modules/zomboid.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/zomboid.nix b/modules/zomboid.nix
index 3f5dd37..e245c8c 100644
--- a/modules/zomboid.nix
+++ b/modules/zomboid.nix
@@ -48,7 +48,7 @@ in
script = ''
${pkgs.steamcmd}/bin/steamcmd +runscript ${update-zomboid}
cd $HOME/.local/share/Steam/Steamapps/common/Project\ Zomboid\ Dedicated\ Server
- ${pkgs.steam.run}/bin/steam-run ./start-server.sh -adminpassword changeme -ip 0.0.0.0 -cachedir=${statePath}/Zomboid
+ ${pkgs.steam.run}/bin/steam-run ./start-server.sh -adminpassword changeme -ip=172.20.100.1 -cachedir=${statePath}/Zomboid -nosteam
'';
};
};