Fix ionos-dyndns timer interval
All checks were successful
Check / Lint Ansible Files (push) Successful in 2m29s
All checks were successful
Check / Lint Ansible Files (push) Successful in 2m29s
systemd uses min, not m for minutes.
This commit is contained in:
parent
de16857570
commit
03c7277692
@ -73,7 +73,7 @@ in {
|
|||||||
};
|
};
|
||||||
interval = mkOption {
|
interval = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "14m";
|
default = "14min";
|
||||||
description = "How often to run the update script in systemd.timers notation.";
|
description = "How often to run the update script in systemd.timers notation.";
|
||||||
};
|
};
|
||||||
serviceName = mkOption {
|
serviceName = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user