From 37ff958560f7fd8e534fc8c494614b3050272a64 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 3 Sep 2026 13:58:29 +0700 Subject: [PATCH] inventory/auto-pull-update: limited to selected machines until a build machine is present --- inventories/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inventories/default.nix b/inventories/default.nix index 7d4604a..3499b08 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -46,6 +46,12 @@ "bosona" "canopus" ]; + + dm-pull-deploy = [ + "rana" + "rigel" + "vega" + ]; }; instances = { @@ -182,7 +188,7 @@ } ) ]; - roles.default.tags = [ "all" ]; + roles.default.tags = [ "dm-pull-deploy" ]; roles.default.settings.action = "switch"; };