diff options
author | Adrien <adrien@luxeylab.net> | 2023-03-15 17:10:38 +0100 |
---|---|---|
committer | Adrien <adrien@luxeylab.net> | 2023-03-15 17:10:38 +0100 |
commit | 031d029e10a3670ee26b0da66cd7d73be5802aa9 (patch) | |
tree | 6652025e521988cf4ea8a1b53a8a089854c41cab /upgrade_nixos | |
parent | c681f63222d269eaa8c47cd36307a958cbe5f398 (diff) | |
download | nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.tar.gz nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.zip |
added scorpio site and abricot node
Diffstat (limited to 'upgrade_nixos')
-rwxr-xr-x | upgrade_nixos | 2 |
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 |