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…
x
Reference in New Issue
Block a user