From 0ca67e1303141afc26f59326167cf96d353543b3 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 25 Aug 2025 07:21:21 +0200 Subject: [PATCH] let clan find the deploy targets by itself --- machines/flake-module.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/machines/flake-module.nix b/machines/flake-module.nix index c3256b3..502c377 100644 --- a/machines/flake-module.nix +++ b/machines/flake-module.nix @@ -5,14 +5,12 @@ inventory.machines = { crocus = { - deploy.targetHost = "root@crocus"; tags = [ "garage" "server" ]; }; genepi = { - deploy.targetHost = "root@genepi"; tags = [ "garage" "server"