mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
parent
008344b29a
commit
1623476904
@ -282,6 +282,7 @@ in
|
||||
timerConfig = {
|
||||
OnCalendar = cfg.renewInterval;
|
||||
Unit = "acme-${cert}.service";
|
||||
Persistent = "yes";
|
||||
};
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user