diff options
-rw-r--r-- | cluster/staging/node/spoutnik.nix.unavailable (renamed from cluster/staging/node/spoutnik.nix) | 0 | ||||
-rwxr-xr-x | sshtool | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/node/spoutnik.nix b/cluster/staging/node/spoutnik.nix.unavailable index 060d77d..060d77d 100644 --- a/cluster/staging/node/spoutnik.nix +++ b/cluster/staging/node/spoutnik.nix.unavailable @@ -14,7 +14,7 @@ fi shift 1 if [ -z "$1" ]; then - NIXHOSTLIST=$(ls cluster/$CLUSTER/node | grep -v '\.site\.') + NIXHOSTLIST=$(ls cluster/$CLUSTER/node | grep '\.nix$' | grep -v '\.site\.') else NIXHOSTLIST="$@" fi |