diff --git a/deploy.sh b/deploy.sh index 4bb8b2f..85956a2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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