NixOS modules: Difference between revisions

imported>Malteneuss
m Fix typo
imported>Malteneuss
m Make simplified syntax more obvious
Line 41: Line 41:


   # Option definitions.
   # Option definitions.
  services.othermodule.enable = true;
  # ...
  # Notice that you can leave out the "config { }" wrapper.
}
}
</syntaxhighlight>
</syntaxhighlight>