From 7e2be956cf488802e0a8b35f3296234e8b340420 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 3 Nov 2022 11:33:41 +0100 Subject: [PATCH] Skip staubfinger in remote updates --- scripts/remote_switch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index 4c93516..8dfd49d 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -5,6 +5,7 @@ skip=( "gwyn" "loki-test" "desktop-vm" + "staubfinger" ) rsa_key="$HOME/.nixos/secrets/ssh_keys/ansible/ansible.key"