nixos.acme: make timer persistent

This makes sure that if the system was powered off when the timer was
supposed to trigger, it will run the next time the system boots up.
This commit is contained in:
Ricardo M. Correia 2016-08-10 19:37:11 +02:00
parent 008344b29a
commit 1623476904

View File

@ -282,6 +282,7 @@ in
timerConfig = {
OnCalendar = cfg.renewInterval;
Unit = "acme-${cert}.service";
Persistent = "yes";
};
})
);