Remove unused code

This commit is contained in:
Andreas Zweili 2022-10-14 08:40:33 +02:00
parent f90470a34b
commit 4289a62f23
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ do
fqdn="$host.2li.local"
echo $fqdn
nixos-rebuild switch -j auto --use-remote-sudo --build-host localhost --target-host $fqdn --flake ".#$host"
if [ $host == "nixos-management" ]; then
continue
fi
echo "reboot $fqdn"
ssh -i $rsa_key $fqdn 'sudo reboot'
echo