add virtual plus

This commit is contained in:
stubbfelnewpc
2021-03-23 22:02:40 +01:00
parent 83660e400c
commit d0c273f638

View File

@@ -7,7 +7,7 @@ let
targetPkgs = pkgs: (with pkgs;
[
]);
runScript = "bash start_server.sh";
runScript = "bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw";
});
in