mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
Merge pull request #19201 from wizeman/u/fix-acme-timer
nixos.acme: make timer persistent
This commit is contained in:
commit
fb67647971
|
@ -282,6 +282,7 @@ in
|
|||
timerConfig = {
|
||||
OnCalendar = cfg.renewInterval;
|
||||
Unit = "acme-${cert}.service";
|
||||
Persistent = "yes";
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue