mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: remove json log output arg
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user