Fix ionos-dyndns timer interval
All checks were successful
Check / Lint Ansible Files (push) Successful in 2m29s

systemd uses min, not m for minutes.
This commit is contained in:
Paul Brinkmeier 2023-11-20 21:45:13 +01:00
parent de16857570
commit 03c7277692

View File

@ -73,7 +73,7 @@ in {
};
interval = mkOption {
type = types.str;
default = "14m";
default = "14min";
description = "How often to run the update script in systemd.timers notation.";
};
serviceName = mkOption {