# prevent copying to /nix/store
git rm -rf --cached --ignore-unmatch private/root private/hosts/*
git reset private/hosts/"$host"/credentials private/hosts/"$host"/root/machine-id
-time nix -L build "$@" -o hosts/"$host".root .\#nixosConfigurations."$host".config.system.build.toplevel
+time nix -L build --keep-going "$@" -o hosts/"$host".root .\#nixosConfigurations."$host".config.system.build.toplevel