forked from mirrors/nixpkgs
nixos/acme: fix timer unit
This commit is contained in:
parent
9e0257c104
commit
5250582396
|
@ -188,7 +188,7 @@ in
|
|||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = cfg.renewInterval;
|
||||
Unit = "acme-simp_le-${cert}.service";
|
||||
Unit = "acme-${cert}.service";
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue