From d0c273f638ff6436bf1ee3ef4890d50dd79951c1 Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Tue, 23 Mar 2021 22:02:40 +0100 Subject: [PATCH] add virtual plus --- services/vaheim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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