diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-27 10:39:09 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-27 10:39:09 +0200 |
commit | 2453a45c740a8d5bdcc090495429c17ed4701cac (patch) | |
tree | 8ff0ddce312174cbb4125e58d1eab20384ca9b73 /sshtool | |
parent | f262fa7d1b456ec66469d0b6100ffead510d7b2e (diff) | |
download | nixcfg-2453a45c740a8d5bdcc090495429c17ed4701cac.tar.gz nixcfg-2453a45c740a8d5bdcc090495429c17ed4701cac.zip |
Disable spoutnik
Diffstat (limited to 'sshtool')
-rwxr-xr-x | sshtool | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |