#! /usr/bin/env sh for host in "server2" "server3"; do nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1 done # vim: ft=sh