services.xmrig.settings
XMRig configuration. Refer to https://xmrig.com/docs/miner/config for details on supported values.
- Type
JSON value- Default
{ }- Example
{ autosave = true; cpu = true; opencl = false; cuda = false; pools = [ { url = "pool.supportxmr.com:443"; user = "your-wallet"; keepalive = true; tls = true; } ] }- Declared
- <nixpkgs/nixos/modules/services/misc/xmrig.nix>