NixOS modules: Difference between revisions

Dafitt (talk | contribs)
Added an example to Option Declarations
Dafitt (talk | contribs)
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.
   };
   };
}
}