Remove nom from update scripts

This commit is contained in:
Andreas Zweili 2023-12-04 17:21:23 +01:00
parent 95251306d9
commit 92133d0b1a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ for host in "${hosts[@]}"; do
fqdn="$host.2li.local"
if [ $reboot -eq 0 ]; then
echo $fqdn
nixos-rebuild switch -j auto --use-remote-sudo --target-host $fqdn --flake ".#$host" |& nom
nixos-rebuild switch -j auto --use-remote-sudo --target-host $fqdn --flake ".#$host"
else
echo "$fqdn with reboot"
nixos-rebuild boot -j auto --use-remote-sudo --target-host $fqdn --flake ".#$host"