ran treefmt

This commit is contained in:
2026-02-08 12:29:49 -05:00
parent e7dae1eb4b
commit 56c933c8cb

View File

@@ -6,7 +6,10 @@
{ {
systemd.services.van-weather = { systemd.services.van-weather = {
description = "Van Weather Service"; description = "Van Weather Service";
after = [ "network.target" "home-assistant.service" ]; after = [
"network.target"
"home-assistant.service"
];
requires = [ "home-assistant.service" ]; requires = [ "home-assistant.service" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];