diff --git a/services/vaheim.nix b/services/vaheim.nix index 71215e2..bce5792 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -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