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

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