From 8e97eda3b169668f47296ef5fab48f644f2a71b0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 3 Nov 2022 11:33:58 +0100 Subject: [PATCH] Order skip array alphabetically --- scripts/remote_switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index 8dfd49d..67dccd3 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -2,9 +2,9 @@ hosts=($(echo `nix eval .#nixosConfigurations --apply 'pkgs: builtins.concatStringsSep " " (builtins.attrNames pkgs)'` | xargs )) skip=( + "desktop-vm" "gwyn" "loki-test" - "desktop-vm" "staubfinger" )