dns: set a tag for the dns servers

This commit is contained in:
silver 2023-04-20 23:15:59 +01:00
parent 8e3b4d0243
commit 80f0a6eda7
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ in {
targetPort = 22;
targetUser = "root";
tags = [ "active" ];
tags = [ "active" "dns" ];
};
networking = {

View file

@ -31,7 +31,7 @@ in {
targetPort = 22;
targetUser = "root";
tags = [ "active" ];
tags = [ "active" "dns" ];
};
networking = {