feat: remove json log output arg

This commit is contained in:
tux
2024-11-03 16:10:14 +05:30
parent 572f3bd9ae
commit c944e58547

View File

@ -11,5 +11,5 @@ if [ -z "$target_hosts" ]; then
fi
for target_host in ${target_hosts//,/ }; do
nixos-rebuild switch --flake .#$target_host --target-host $target_host --build-host $hostname --use-remote-sudo --use-substitutes --log-format internal-json -v $@
nixos-rebuild switch --flake .#$target_host --target-host $target_host --build-host $hostname --use-remote-sudo --use-substitutes $@
done