forked from Deuxfleurs/nixcfg
Disable spoutnik
This commit is contained in:
parent
f262fa7d1b
commit
2453a45c74
2 changed files with 1 additions and 1 deletions
2
sshtool
2
sshtool
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue