feat: use tags to deploy now

This commit is contained in:
silver 2023-04-20 14:09:36 +01:00
parent 1e22c814c5
commit 8a13b6c8b1
3 changed files with 6 additions and 0 deletions

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 = {

View file

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

View file

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