From 32e60fc279337db2c15c0e50e176e3d670c44c2b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 23 Aug 2022 21:36:00 +0200 Subject: [PATCH] Move the git server to the second last stage --- 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 862a246..48927f8 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -2,13 +2,13 @@ hosts=( "nixos-management" - "git" "mail" "nextcloud" "plex" "raspi-test" "restic-server" "ttrss" + "git" "pihole" )