NixOS modules: Difference between revisions
m changed link from redirect to article |
imported from old wiki |
||
| Line 16: | Line 16: | ||
options = { | options = { | ||
# Option declarations. | # Option declarations. | ||
# Declare what settings a user of this | # Declare what settings a user of this module can set. | ||
# Usually this includes a global "enable" option which defaults to false. | # Usually this includes a global "enable" option which defaults to false. | ||
}; | }; | ||