diff --git a/machines/glados.nix b/machines/glados.nix index e0ae46b..8016a99 100644 --- a/machines/glados.nix +++ b/machines/glados.nix @@ -29,7 +29,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" ]; + tags = [ "active-gitlab" ]; }; diff --git a/machines/wheatly.nix b/machines/wheatly.nix index 7d0631e..45d41f6 100644 --- a/machines/wheatly.nix +++ b/machines/wheatly.nix @@ -28,7 +28,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" ]; + tags = [ "active-gitlab" ]; };