diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-10-26 16:50:01 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-10-26 16:50:16 -0400 |
commit | dff6e8aae4071597ac7be04f67ad03fc6ebdf236 (patch) | |
tree | 419b7ce809a149f90c18a41ef8a3fc5cff06bfd6 /modules | |
parent | 99b239d5240c1c411449930070733df55b23d787 (diff) |
Fix zomboid server
Diffstat (limited to 'modules')
-rw-r--r-- | modules/zomboid.nix | 2 |
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 ''; }; }; |