Remove nix-output-monitor from update-single-machine

This commit is contained in:
Andreas Zweili 2023-12-04 18:01:36 +01:00
parent 21f3477e67
commit 7d83abc729
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ $reboot -eq 0 ]; then
host=$1 host=$1
fqdn="$host.2li.local" fqdn="$host.2li.local"
echo "$fqdn" 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"
fi fi
echo echo
echo echo