From 85ac69fc5daa9a79aca8805b8e2b69e1bd5a7fc1 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Tue, 23 Mar 2021 22:07:51 +0100 Subject: [PATCH 1/2] fix vaheim --- services/vaheim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vaheim.nix b/services/vaheim.nix index c93a311..361c2ba 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 "stubbe worlds" -public 0 -savedir "/home/sshuser/Valheim_sw" ''; }); From 79a49de52f6424613fd62e4f99b5ab7d49584f42 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Tue, 23 Mar 2021 22:45:36 +0100 Subject: [PATCH 2/2] Ad file as target package --- services/vaheim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/vaheim.nix b/services/vaheim.nix index 361c2ba..991457e 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -6,6 +6,7 @@ let name = "vaheim-env"; targetPkgs = pkgs: (with pkgs; [ + file ]); runScript = '' bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir "/home/sshuser/Valheim_sw"