From 87a7fd48c8713e0f48a6cd3a8162065f4f3ac29c Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 18 Jul 2022 12:01:47 +0200 Subject: [PATCH] Move pihole to the bottom of the list --- scripts/remote_switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index 43ebd9b..862a246 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -5,11 +5,11 @@ hosts=( "git" "mail" "nextcloud" - "pihole" "plex" "raspi-test" "restic-server" "ttrss" + "pihole" ) rsa_key="$HOME/.nixos/secrets/ssh_keys/ansible/ansible.key"