update
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
imports =
|
||||
[
|
||||
#./7dtd.nix
|
||||
# ./vaheim.nix
|
||||
./vaheim.nix
|
||||
./sshd.nix
|
||||
./teamspeak.nix
|
||||
./nginx.nix
|
||||
|
||||
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user