diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:11:22 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:11:22 +0100 |
| commit | 927db97913450ac478c7284ed188de4edb467a28 (patch) | |
| tree | 5b3ae5f821bab6062801b3328064e495930b4d11 /update.sh | |
| parent | check.sh: Init (diff) | |
| download | nixos-server-927db97913450ac478c7284ed188de4edb467a28.zip | |
scripts: Consolidate in `scripts` directory and advance
Diffstat (limited to '')
| -rwxr-xr-x | update.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh index 669ab7a..903b0ea 100755 --- a/update.sh +++ b/update.sh @@ -13,8 +13,7 @@ __update_sh_run() { __update_sh_run nix flake update __update_sh_run ./pkgs/update_pkgs.sh "$@" - for host in "server2" "server3"; do - nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1 + __update_sh_run nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1 done # vim: ft=sh |
