made van weather start after HA

This commit is contained in:
2026-02-08 11:23:22 -05:00
parent 97b35ce27b
commit 17ebe50ac9

View File

@@ -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 = {