services.p2pool.extraArgs

NixOS option

List of extra command-line arguments to be passed to the P2Pool daemon.

type: list of string
Default
[ ]
Example
[
  "--out-peers 12"
  "--in-peers 8"
]
declared in: nixos/modules/services/networking/p2pool.nixView source on NixOS/nixpkgs →