Loading
nixos/syncoid: allow interval to be list of strings
The syncoid module generates systemd services with a `startAt` config based on its `interval` value. However, it is currently not possible to completely disable this timer, or set multiple `startAt` values. By accepting the same types that `systemd.services.<name>.startAt` accepts, we can disable generating a timer unit or set multiple `startAt` timers.