{ lib, ... }: with lib; { options.lieer.sync = { enable = mkEnableOption "lieer synchronization service"; frequency = mkOption { type = types.str; default = "*:0/5"; description = '' How often to synchronize the account. This value is passed to the systemd timer configuration as the onCalendar option. See systemd.time 7 for more information about the format. ''; }; }; }