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 = {