MyNixOS website logo
option

services.cgminer.config

Additional config.

Declarations
Type
attribute set of (boolean or signed integer)
Default
{ }
Example
{
  auto-fan = true;
  auto-gpu = true;
  expiry = 120;
  failover-only = true;
  gpu-threads = 2;
  log = 5;
  queue = 1;
  scan-time = 60;
  temp-histeresys = 3;
}