fix: all enabled servers now have the active tag
This commit is contained in:
parent
61bd023737
commit
d22844c3e3
3 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,8 @@ in {
|
|||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -33,6 +33,8 @@ in {
|
|||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
};
|
||||
|
||||
# add this server to dns
|
||||
|
|
|
@ -29,6 +29,8 @@ in {
|
|||
targetHost = hostname;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
|
||||
tags = [ "active" ];
|
||||
};
|
||||
|
||||
skynet_dns.records = {
|
||||
|
|
Loading…
Reference in a new issue