From 4ab5a20b80b94c8e76ccf7d149abc0f64d209d2c Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 4 Aug 2024 12:48:34 +0530 Subject: [PATCH] update deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 1254478..4bb8b2f 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 --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