NixOS modules: Difference between revisions
Added an example to Option Declarations |
→Structure: Added meta block. |
||
| Line 26: | Line 26: | ||
# using the "option" above. | # using the "option" above. | ||
# Options for modules imported in "imports" can be set here. | # Options for modules imported in "imports" can be set here. | ||
}; | |||
meta = { | |||
# Meta-attributes to provide extra information like documentation or maintainers. | |||
}; | }; | ||
} | } | ||