manual: minor cleanups
This commit is contained in:
parent
d6575c96fb
commit
d9796f44f6
@ -19,7 +19,7 @@ kernel.</para>
|
|||||||
|
|
||||||
<para>The default Linux kernel configuration should be fine for most users. You can see the configuration of your current kernel with the following command:
|
<para>The default Linux kernel configuration should be fine for most users. You can see the configuration of your current kernel with the following command:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
cat /proc/config.gz | gunzip
|
zcat /proc/config.gz
|
||||||
</programlisting>
|
</programlisting>
|
||||||
If you want to change the kernel configuration, you can use the
|
If you want to change the kernel configuration, you can use the
|
||||||
<option>packageOverrides</option> feature (see <xref
|
<option>packageOverrides</option> feature (see <xref
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
<title>Option Declarations</title>
|
<title>Option Declarations</title>
|
||||||
|
|
||||||
<para>An option declaration specifies the name, type and description
|
<para>An option declaration specifies the name, type and description
|
||||||
of a NixOS configuration option. It is illegal to define an option
|
of a NixOS configuration option. It is invalid to define an option
|
||||||
that hasn’t been declared in any module. A option declaration
|
that hasn’t been declared in any module. An option declaration
|
||||||
generally looks like this:
|
generally looks like this:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
@ -42,7 +42,7 @@ options = {
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>The default value used if no value is defined by any
|
<para>The default value used if no value is defined by any
|
||||||
module. A default is not required; in that case, if the option
|
module. A default is not required; in that case, if the option
|
||||||
value is ever used, an error will be thrown.</para>
|
value is never used, an error will be thrown.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user