mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +05:30
update deploy.sh
This commit is contained in:
@ -12,5 +12,5 @@ if [ -z "$hosts" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for host in ${hosts//,/ }; do
|
for host in ${hosts//,/ }; do
|
||||||
nixos-rebuild --flake .\#$host switch --target-host $host --use-remote-sudo --use-substitutes $@
|
nixos-rebuild --flake .\#$host switch --build-host $(hostname) --target-host $host --use-remote-sudo --log-format internal-json -v |& nom --json $@
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user