From 31439a9782a11a835486baca918fcf617dbbb434 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 16 Sep 2024 18:47:10 +1000 Subject: [PATCH] feature(colmena): add rPi and VPS tags --- outputs.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/outputs.nix b/outputs.nix index 2236f76..d78aec7 100644 --- a/outputs.nix +++ b/outputs.nix @@ -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"; }; };