From 17ebe50ac9e470eff398c40b756bfe9fab416fc5 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 8 Feb 2026 11:23:22 -0500 Subject: [PATCH] made van weather start after HA --- systems/brain/services/van_weather.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/brain/services/van_weather.nix b/systems/brain/services/van_weather.nix index b1d1403..d3083ce 100644 --- a/systems/brain/services/van_weather.nix +++ b/systems/brain/services/van_weather.nix @@ -6,7 +6,8 @@ { systemd.services.van-weather = { description = "Van Weather Service"; - after = [ "network.target" ]; + after = [ "network.target" "home-assistant.service" ]; + requires = [ "home-assistant.service" ]; wantedBy = [ "multi-user.target" ]; environment = {