From 3465f645b90e1d9b2398fc41ee25ba9526982a46 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 26 Jul 2023 23:23:32 +0100 Subject: [PATCH] ci: mark as active but seperate from main group --- machines/vendetta.nix | 2 +- machines/vigil.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/vendetta.nix b/machines/vendetta.nix index da81fee..0c1724c 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -28,7 +28,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" "dns" ]; + tags = [ "active-dns" "dns" ]; }; networking = { diff --git a/machines/vigil.nix b/machines/vigil.nix index c2ff3c4..089c243 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -26,7 +26,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" "dns" ]; + tags = [ "active-dns" "dns" ]; }; services.skynet_backup = {