diff --git a/pkgs/clan-cli/clan_lib/machines/machines.py b/pkgs/clan-cli/clan_lib/machines/machines.py index 1a7850f52..0b5adf6ec 100644 --- a/pkgs/clan-cli/clan_lib/machines/machines.py +++ b/pkgs/clan-cli/clan_lib/machines/machines.py @@ -275,8 +275,8 @@ def get_host( host_str = inv_machine.get("deploy", {}).get(field) if host_str is None: - machine.info( - f"'{field}' is not set in inventory, falling back to slow Nix config" + machine.debug( + f"'{field}' is not set in inventory, falling back to slower Nix config, set it either through the Nix or json interface to improve performance" ) host_str = machine.eval_nix(f'config.clan.core.networking."{field}"') source = "nix_machine"