Order skip array alphabetically

This commit is contained in:
Andreas Zweili 2022-11-03 11:33:58 +01:00
parent 7e2be956cf
commit 8e97eda3b1
1 changed files with 1 additions and 1 deletions

View File

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