forgot an s

This commit is contained in:
Aubrey 2025-01-27 10:51:41 -06:00
parent 2eb3a86caf
commit 931d73a2da
No known key found for this signature in database

View file

@ -42,7 +42,7 @@
options.services.wanireminder = {
enable = lib.mkEnableOption "wanikani reminder bot";
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";
description = "Systemd timer specification";
};