mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
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 {
|
||||
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 New Issue
Block a user