From 80f0a6eda73ffd9c69153d60c61c6be119196fce Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 20 Apr 2023 23:15:59 +0100 Subject: [PATCH] dns: set a tag for the dns servers --- 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 4975e0b..a0f53f3 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -35,7 +35,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" ]; + tags = [ "active" "dns" ]; }; networking = { diff --git a/machines/vigil.nix b/machines/vigil.nix index fa19ea2..0e68887 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -31,7 +31,7 @@ in { targetPort = 22; targetUser = "root"; - tags = [ "active" ]; + tags = [ "active" "dns" ]; }; networking = {