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 | |
parent | f262fa7d1b456ec66469d0b6100ffead510d7b2e (diff) | |
download | nixcfg-2453a45c740a8d5bdcc090495429c17ed4701cac.tar.gz nixcfg-2453a45c740a8d5bdcc090495429c17ed4701cac.zip |
Disable spoutnik
-rw-r--r-- | cluster/staging/node/spoutnik.nix.unavailable (renamed from cluster/staging/node/spoutnik.nix) | 0 | ||||
-rwxr-xr-x | sshtool | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/node/spoutnik.nix b/cluster/staging/node/spoutnik.nix.unavailable index 060d77d..060d77d 100644 --- a/cluster/staging/node/spoutnik.nix +++ b/cluster/staging/node/spoutnik.nix.unavailable @@ -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 |