From 2453a45c740a8d5bdcc090495429c17ed4701cac Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 27 Jul 2022 10:39:09 +0200 Subject: Disable spoutnik --- sshtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshtool') 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 -- cgit v1.2.3