forgot an s
This commit is contained in:
parent
2eb3a86caf
commit
931d73a2da
|
@ -42,7 +42,7 @@
|
||||||
options.services.wanireminder = {
|
options.services.wanireminder = {
|
||||||
enable = lib.mkEnableOption "wanikani reminder bot";
|
enable = lib.mkEnableOption "wanikani reminder bot";
|
||||||
calendarTimes = lib.mkOption {
|
calendarTimes = lib.mkOption {
|
||||||
type = lib.types.oneOf [(lib.type.listOf lib.types.str) lib.types.str];
|
type = lib.types.oneOf [(lib.types.listOf lib.types.str) lib.types.str];
|
||||||
default = "hourly";
|
default = "hourly";
|
||||||
description = "Systemd timer specification";
|
description = "Systemd timer specification";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue