Update rebuild script for all nodes

This commit is contained in:
Rodrigo Arias 2023-06-16 12:13:07 +02:00
parent 94320d9256
commit 4e9409db10

View File

@ -1,19 +1,16 @@
#!/bin/sh -e
#!/bin/sh -ex
if [ "$(id -u)" != 0 ]; then
echo "Needs root permissions"
exit 1
fi
host=$(hostname)
#conf="$(readlink -f .)/${host}/configuration.nix"
#
#if [ ! -e "$conf" ]; then
# echo "Missing config $conf"
# exit 1
#fi
#
#NIXOS_CONFIG="${conf}" nixos-rebuild switch
if [ "$(hostname)" != "hut" ]; then
>&2 echo "must run from machine hut, not $(hostname)"
exit 1
fi
# Update all nodes
nixos-rebuild switch --flake .
nixos-rebuild switch --flake .#owl1 --target-host owl1
nixos-rebuild switch --flake .#owl2 --target-host owl2