Disable spoutnik

This commit is contained in:
Alex 2022-07-27 10:39:09 +02:00
parent f262fa7d1b
commit 2453a45c74
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 1 additions and 1 deletions

View File

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