diff --git a/programs/installed.nix b/programs/installed.nix index fe0af1c..50d003d 100644 --- a/programs/installed.nix +++ b/programs/installed.nix @@ -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 = diff --git a/services/enabled.nix b/services/enabled.nix index f5248f6..8d6109b 100644 --- a/services/enabled.nix +++ b/services/enabled.nix @@ -4,7 +4,7 @@ imports = [ #./7dtd.nix -# ./vaheim.nix + ./vaheim.nix ./sshd.nix ./teamspeak.nix ./nginx.nix diff --git a/services/mailcow.nix b/services/mailcow.nix index 2505f1a..b614b5d 100644 --- a/services/mailcow.nix +++ b/services/mailcow.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 ''; }; }; diff --git a/services/vaheim.nix b/services/vaheim.nix index 6765760..527c9b1 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -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"; };