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 [];
|
services."home-assistant".wantedBy = mkForce [];
|
||||||
timers.fixsystemd = {
|
timers.fixsystemd = {
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = 5;
|
OnBootSec = 15;
|
||||||
Unit = "home-assistant.service";
|
Unit = "home-assistant.service";
|
||||||
};
|
};
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
|
|
Loading…
Reference in a new issue