mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos: improve many 'enable' descriptions
This commit is contained in:
parent
34852ddf5e
commit
a29010fe79
108 changed files with 113 additions and 111 deletions
|
@ -8,7 +8,7 @@ in
|
|||
{
|
||||
options = {
|
||||
services.distccd = {
|
||||
enable = mkEnableOption (lib.mdDoc "distccd");
|
||||
enable = mkEnableOption (lib.mdDoc "distccd, a distributed C/C++ compiler");
|
||||
|
||||
allowedClients = mkOption {
|
||||
type = types.listOf types.str;
|
||||
|
|
|
@ -24,7 +24,7 @@ let
|
|||
in
|
||||
{
|
||||
options.services.gemstash = {
|
||||
enable = mkEnableOption (lib.mdDoc "gemstash service");
|
||||
enable = mkEnableOption (lib.mdDoc "gemstash, a cache for rubygems.org and a private gem server");
|
||||
|
||||
openFirewall = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue