diff --git a/container/Iot.nix b/container/Iot.nix index 44d6f07..38b6365 100644 --- a/container/Iot.nix +++ b/container/Iot.nix @@ -94,7 +94,7 @@ in { services."home-assistant".wantedBy = mkForce []; timers.fixsystemd = { timerConfig = { - OnBootSec = 5; + OnBootSec = 15; Unit = "home-assistant.service"; }; wantedBy = [ "timers.target" ];