Update rebuild script for all nodes
This commit is contained in:
parent
94320d9256
commit
4e9409db10
19
rebuild.sh
19
rebuild.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user