documentation.nixos.extraModuleSources
Which extra NixOS module paths the generated NixOS's documentation should strip from options.
- Type
list of (absolute path or string)- Default
[ ]- Example
# e.g. with options from modules in ${pkgs.customModules}/nix: [ pkgs.customModules ]- Declared
- <nixpkgs/nixos/modules/misc/documentation.nix>