mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
feat: remove json log output arg
This commit is contained in:
@ -11,5 +11,5 @@ if [ -z "$target_hosts" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for target_host in ${target_hosts//,/ }; do
|
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
|
done
|
||||||
|
Reference in New Issue
Block a user