aboutsummaryrefslogtreecommitdiff
path: root/upgrade_nixos
diff options
context:
space:
mode:
authorAdrien <adrien@luxeylab.net>2023-03-15 17:10:38 +0100
committerAdrien <adrien@luxeylab.net>2023-03-15 17:10:38 +0100
commit031d029e10a3670ee26b0da66cd7d73be5802aa9 (patch)
tree6652025e521988cf4ea8a1b53a8a089854c41cab /upgrade_nixos
parentc681f63222d269eaa8c47cd36307a958cbe5f398 (diff)
downloadnixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.tar.gz
nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.zip
added scorpio site and abricot node
Diffstat (limited to 'upgrade_nixos')
-rwxr-xr-xupgrade_nixos2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade_nixos b/upgrade_nixos
index dcfeb5f..e04cfe0 100755
--- a/upgrade_nixos
+++ b/upgrade_nixos
@@ -1,6 +1,6 @@
#!/usr/bin/env ./sshtool
-if [ "$CLUSTER" = "staging" -o "$NIXHOST" = "concombre" -o "$NIXHOST" = "courgette" -o "$NIXHOST" = "celeri" ]; then
+if [ "$CLUSTER" = "staging" -o "$NIXHOST" = "concombre" -o "$NIXHOST" = "courgette" -o "$NIXHOST" = "celeri" -o "$NIXHOST" = "abricot" -o "$NIXHOST" = "df-ymk" -o "$NIXHOST" = "df-ymf" -o "$NIXHOST" = "df-ykl" ]; then
cmd nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
else
cmd nix-channel --add https://nixos.org/channels/nixos-22.05 nixos