aboutsummaryrefslogtreecommitdiff
path: root/sshtool
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-27 10:39:09 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-27 10:39:09 +0200
commit2453a45c740a8d5bdcc090495429c17ed4701cac (patch)
tree8ff0ddce312174cbb4125e58d1eab20384ca9b73 /sshtool
parentf262fa7d1b456ec66469d0b6100ffead510d7b2e (diff)
downloadnixcfg-2453a45c740a8d5bdcc090495429c17ed4701cac.tar.gz
nixcfg-2453a45c740a8d5bdcc090495429c17ed4701cac.zip
Disable spoutnik
Diffstat (limited to 'sshtool')
-rwxr-xr-xsshtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshtool b/sshtool
index 58b00ef..f6f8521 100755
--- a/sshtool
+++ b/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