nixos/acme: fix timer unit

This commit is contained in:
Nikolay Amiantov 2015-12-13 16:53:59 +03:00
parent 9e0257c104
commit 5250582396

View File

@ -188,7 +188,7 @@ in
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = cfg.renewInterval;
Unit = "acme-simp_le-${cert}.service";
Unit = "acme-${cert}.service";
};
})
);