fix: all enabled servers now have the active tag

This commit is contained in:
silver 2023-06-15 14:30:18 +01:00
parent 61bd023737
commit d22844c3e3
3 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,8 @@ in {
targetHost = hostname; targetHost = hostname;
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
tags = [ "active" ];
}; };

View file

@ -33,6 +33,8 @@ in {
targetHost = hostname; targetHost = hostname;
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
tags = [ "active" ];
}; };
# add this server to dns # add this server to dns

View file

@ -29,6 +29,8 @@ in {
targetHost = hostname; targetHost = hostname;
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
tags = [ "active" ];
}; };
skynet_dns.records = { skynet_dns.records = {