From 76904c227c772753ab0ad92322c201c6a513d32a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 4 May 2022 23:10:45 +0200 Subject: [PATCH] Comment out paused and testing systems --- scripts/remote_switch.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index 7b11a65..037de0c 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -2,22 +2,23 @@ hosts=( "nixos-management" - "grav" + #"grav" "git" - "heimdall" + #"heimdall" "jdownloader" - "k3s-master1" - "k3s-node1" - "k3s-node2" + #"k3s-master1" + #"k3s-node1" + #"k3s-node2" "mail" "nextcloud" - "nomad-master1" - "nomad-client1" + #"nomad-master1" + #"nomad-client1" "pihole" "plex" - "proxy" + #"proxy" "restic-server" - "rss-bridge" + #"rss-bridge" + #"test-server" "ttrss" )