From 031d029e10a3670ee26b0da66cd7d73be5802aa9 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 15 Mar 2023 17:10:38 +0100 Subject: added scorpio site and abricot node --- upgrade_nixos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade_nixos') 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 -- cgit v1.2.3