0
0
Fork 0
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:
Bjørn Forsman 2023-10-18 14:08:30 +02:00
parent 34852ddf5e
commit a29010fe79
108 changed files with 113 additions and 111 deletions

View file

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

View file

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