MyNixOS website logo
option

services.hardware.deepcool-digital-linux.extraArgs

Extra command line arguments to be passed to the deepcool-digital-linux daemon.

Declarations
Type
list of string
Default
[ ]
Example
[
  # Change the update interval
  "--update 750"
  # Enable the alarm
  "--alarm"
]