diff --git a/services/vaheim.nix b/services/vaheim.nix index bce5792..c93a311 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -7,7 +7,9 @@ let targetPkgs = pkgs: (with pkgs; [ ]); - runScript = "bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw"; + 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