systemd.sysupdate.timerConfig
NixOS option
The timer configuration for performing the update. By default, the upstream configuration is used: https://github.com/systemd/systemd/blob/main/units/systemd-sysupdate.timer
type: attribute set of (systemd option)Default
{ }Example
declared in: nixos/modules/system/boot/systemd/sysupdate.nixView source on NixOS/nixpkgs →{
OnCalendar = "Sun 14:00:00";
Unit = "foo.service";
}