nixos docs: fix typo
This commit is contained in:
@@ -68,7 +68,7 @@ instance, if you try to define an option that doesn’t exist (that is,
|
|||||||
doesn’t have a corresponding <emphasis>option declaration</emphasis>),
|
doesn’t have a corresponding <emphasis>option declaration</emphasis>),
|
||||||
<command>nixos-rebuild</command> will give an error like:
|
<command>nixos-rebuild</command> will give an error like:
|
||||||
<screen>
|
<screen>
|
||||||
The option `services.httpd.enabl' defined in `/etc/nixos/configuration.nix' does not exist.
|
The option `services.httpd.enable' defined in `/etc/nixos/configuration.nix' does not exist.
|
||||||
</screen>
|
</screen>
|
||||||
Likewise, values in option definitions must have a correct type. For
|
Likewise, values in option definitions must have a correct type. For
|
||||||
instance, <option>services.httpd.enable</option> must be a Boolean
|
instance, <option>services.httpd.enable</option> must be a Boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user