services.tldr-update.enable
Whether to enable Automatic updates for the tldr CLI .
Type: boolean
Default:
false
Example:
true
Declared by:
services.tldr-update.package
The tldr package to use.
Type: package
Default:
pkgs.tldr
Example:
tlrc
Declared by:
services.tldr-update.period
Systemd timer period to create for scheduled tldr --update.
On Linux this is a string as defined by systemd.time(7).
On Darwin, it must be one of: hourly, daily, weekly, monthly, semiannually, annually, which are implemented as defined in systemd.time(7).
Type: string
Default:
"weekly"
Declared by: