forked from mirrors/nixpkgs
nixos docs: fix typo
This commit is contained in:
parent
2bc4f5c149
commit
dfaded0b8e
|
@ -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>),
|
||||
<command>nixos-rebuild</command> will give an error like:
|
||||
<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>
|
||||
Likewise, values in option definitions must have a correct type. For
|
||||
instance, <option>services.httpd.enable</option> must be a Boolean
|
||||
|
|
Loading…
Reference in a new issue