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" )