IoT : Increase the delay for calendar.
This commit is contained in:
parent
b314f658c9
commit
118ed6afef
|
@ -94,7 +94,7 @@ in {
|
|||
services."home-assistant".wantedBy = mkForce [];
|
||||
timers.fixsystemd = {
|
||||
timerConfig = {
|
||||
OnBootSec = 5;
|
||||
OnBootSec = 15;
|
||||
Unit = "home-assistant.service";
|
||||
};
|
||||
wantedBy = [ "timers.target" ];
|
||||
|
|
Loading…
Reference in a new issue