From 8a13b6c8b10e540b99f4594d91fd9b96a6fe46a4 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 20 Apr 2023 14:09:36 +0100 Subject: [PATCH] feat: use tags to deploy now --- machines/agentjones.nix | 2 ++ machines/vendetta.nix | 2 ++ machines/vigil.nix | 2 ++ 3 files changed, 6 insertions(+) diff --git a/machines/agentjones.nix b/machines/agentjones.nix index 42f808d..26612ea 100644 --- a/machines/agentjones.nix +++ b/machines/agentjones.nix @@ -29,6 +29,8 @@ in { targetHost = hostname; targetPort = 22; targetUser = "root"; + + tags = [ "active" ]; }; skynet_dns.records = { diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 7a9b841..4975e0b 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -34,6 +34,8 @@ in { targetHost = hostname; targetPort = 22; targetUser = "root"; + + tags = [ "active" ]; }; networking = { diff --git a/machines/vigil.nix b/machines/vigil.nix index 8172daa..fa19ea2 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -30,6 +30,8 @@ in { targetHost = hostname; targetPort = 22; targetUser = "root"; + + tags = [ "active" ]; }; networking = {