services.cgminer.enable: improve description
So that a search for "bitcoin" in the configuration.nix(5) man page yields a hit.
This commit is contained in:
parent
f28dc07d49
commit
4be44d011b
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ in
|
|||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = "Whether to enable the cgminer.";
|
||||
description = ''
|
||||
Whether to enable cgminer, an ASIC/FPGA/GPU miner for bitcoin and
|
||||
litecoin.
|
||||
'';
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
|
|
Loading…
Reference in a new issue