services.self-deploy.startAt

NixOS option

The schedule on which to run the self-deploy service. Format specified by systemd.time 7. This value can also be a list of systemd.time 7 formatted strings, in which case the service will be started on multiple schedules.

type: string or list of string
Default
"hourly"
declared in: nixos/modules/services/system/self-deploy.nixView source on NixOS/nixpkgs →