diff --git a/services/vaheim.nix b/services/vaheim.nix index c93a311..6da56d3 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -8,7 +8,7 @@ let [ ]); runScript = '' - bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw" + bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "Lostplaces.db" -public 0 -savedir /home/sshuser/Valheim_imtvsmb" ''; });