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
|
@ -12,7 +12,7 @@ in {
|
|||
options = {
|
||||
|
||||
services.fluentd = {
|
||||
enable = mkEnableOption (lib.mdDoc "fluentd");
|
||||
enable = mkEnableOption (lib.mdDoc "fluentd, a data/log collector");
|
||||
|
||||
config = mkOption {
|
||||
type = types.lines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue