From d22844c3e3bf5649c123616c9c1f1955b16ba940 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 15 Jun 2023 14:30:18 +0100 Subject: [PATCH] fix: all enabled servers now have the active tag --- machines/glados.nix | 2 ++ machines/kitt.nix | 2 ++ machines/optimus.nix | 2 ++ 3 files changed, 6 insertions(+) diff --git a/machines/glados.nix b/machines/glados.nix index 4e5842b..bd47db8 100644 --- a/machines/glados.nix +++ b/machines/glados.nix @@ -31,6 +31,8 @@ in { targetHost = hostname; targetPort = 22; targetUser = "root"; + + tags = [ "active" ]; }; diff --git a/machines/kitt.nix b/machines/kitt.nix index 1bd0e3b..399e71b 100644 --- a/machines/kitt.nix +++ b/machines/kitt.nix @@ -33,6 +33,8 @@ in { targetHost = hostname; targetPort = 22; targetUser = "root"; + + tags = [ "active" ]; }; # add this server to dns diff --git a/machines/optimus.nix b/machines/optimus.nix index ec0e2c6..124f8a2 100644 --- a/machines/optimus.nix +++ b/machines/optimus.nix @@ -29,6 +29,8 @@ in { targetHost = hostname; targetPort = 22; targetUser = "root"; + + tags = [ "active" ]; }; skynet_dns.records = {