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:
Bjørn Forsman 2013-09-22 16:44:00 +02:00
parent f28dc07d49
commit 4be44d011b

View File

@ -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 {