feature(colmena): add rPi and VPS tags

This commit is contained in:
Serĉanto de Scio 2024-09-16 18:47:10 +10:00
parent f77cdaf467
commit 31439a9782
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -46,7 +46,7 @@ in {
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
tags = ["active" "vps"];
targetHost = "172.105.187.96";
};
};
@ -72,7 +72,7 @@ in {
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
tags = ["active" "rPi"];
targetHost = "10.42.0.203";
};
};
@ -82,7 +82,7 @@ in {
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
tags = ["active" "vps"];
targetHost = "172.105.171.16";
};
};
@ -108,7 +108,7 @@ in {
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
tags = ["active" "rPi"];
targetHost = "10.42.0.204";
};
};
@ -118,7 +118,7 @@ in {
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
tags = ["active" "rPi"];
targetHost = "10.42.0.205";
};
};