remove build host option

This commit is contained in:
2024-08-30 14:44:55 +05:30
parent b1a38177bf
commit 878b90da29

View File

@ -12,5 +12,5 @@ if [ -z "$hosts" ]; then
fi
for host in ${hosts//,/ }; do
nixos-rebuild --flake .\#$host switch --build-host $(hostname) --target-host $host --use-remote-sudo --log-format internal-json -v |& nom --json $@
nixos-rebuild --flake .\#$host switch --target-host $host --use-remote-sudo --log-format internal-json -v |& nom --json $@
done