Declaration: Difference between revisions
imported>Fadenb Created page with "NixOS module has declarations to provide an interface for other modules. Option declarations are used to make NixOS aware of configuration possibilities or to hide the comple..." |
imported>Fadenb No edit summary |
||
| Line 1: | Line 1: | ||
NixOS module has declarations to provide an interface for other modules. Option declarations are used to make NixOS aware of configuration possibilities or to hide the complexity of configuration. Option declarations are used to provide an interface over the inherent complexity of configuring the system. | NixOS module has declarations to provide an interface for other modules. Option declarations are used to make NixOS aware of configuration possibilities or to hide the complexity of configuration. Option declarations are used to provide an interface over the inherent complexity of configuring the system. | ||
See also [ | See also [https://nixos.org/nixos/manual/index.html#sec-option-declarations the manual]. | ||
= Option attributes = | = Option attributes = | ||