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
@ -33,7 +33,10 @@ in
|
|||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = "Whether to enable the cgminer.";
|
description = ''
|
||||||
|
Whether to enable cgminer, an ASIC/FPGA/GPU miner for bitcoin and
|
||||||
|
litecoin.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user