services.hardware.deepcool-digital-linux.extraArgs

NixOS option

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

type: list of string
Default
[ ]
Example
[
  # Change the update interval
  "--update 750"
  # Enable the alarm
  "--alarm"
]
declared in: nixos/modules/services/hardware/deepcool-digital-linux.nixView source on NixOS/nixpkgs →