This commit is contained in:
stubbfel
2023-08-13 14:00:01 +02:00
parent 2e497f7479
commit fc6e443cff
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ in
{
environment.systemPackages = with pkgs; [
wget curl vim nano zsh fzf tmux git exa progress tldr htop unstable.docker-compose pkgs.php81
wget curl vim nano zsh fzf tmux git exa progress tldr htop unstable.docker-compose pkgs.php81 steamPackages.steamcmd
];
imports =

View File

@@ -4,7 +4,7 @@
imports =
[
#./7dtd.nix
# ./vaheim.nix
./vaheim.nix
./sshd.nix
./teamspeak.nix
./nginx.nix

View File

@@ -57,7 +57,7 @@ security.acme.certs."v22017115146555724.happysrv.de".postRun = ''
serviceConfig.Type = "oneshot";
script = ''
cd /opt/mailcow-dockerized
./update.sh --no-update-compose --force
./update.sh --no-update-compose --force --no-show-forced-updates
'';
};
};

View File

@@ -9,7 +9,7 @@ let
file
]);
runScript = ''
bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "Lostplaces" -public 0 -savedir "/home/sshuser/Valheim_imtvsmb"
bash ./start_server.sh
'';
});
@@ -27,7 +27,7 @@ in
Type = "simple";
User = "sshuser";
Group = "users";
WorkingDirectory = "/home/sshuser/.steam/root/valheim_20210513";
WorkingDirectory = "/home/sshuser/valheim_neu";
ExecStart = "${runEnv}/bin/vaheim-env";
Restart = "always";
};