feature(colmena): add rPi and VPS tags
This commit is contained in:
parent
f77cdaf467
commit
31439a9782
10
outputs.nix
10
outputs.nix
|
@ -46,7 +46,7 @@ in {
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["active"];
|
tags = ["active" "vps"];
|
||||||
targetHost = "172.105.187.96";
|
targetHost = "172.105.187.96";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -72,7 +72,7 @@ in {
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["active"];
|
tags = ["active" "rPi"];
|
||||||
targetHost = "10.42.0.203";
|
targetHost = "10.42.0.203";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -82,7 +82,7 @@ in {
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["active"];
|
tags = ["active" "vps"];
|
||||||
targetHost = "172.105.171.16";
|
targetHost = "172.105.171.16";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -108,7 +108,7 @@ in {
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["active"];
|
tags = ["active" "rPi"];
|
||||||
targetHost = "10.42.0.204";
|
targetHost = "10.42.0.204";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -118,7 +118,7 @@ in {
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["active"];
|
tags = ["active" "rPi"];
|
||||||
targetHost = "10.42.0.205";
|
targetHost = "10.42.0.205";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue