nixos manual: automatic reflow

This commit is contained in:
Léo Gaspard 2018-10-15 22:48:28 +09:00
parent 02e8e56500
commit 861b70f483
No known key found for this signature in database
GPG Key ID: 8A55848B6090F9CF
2 changed files with 7 additions and 6 deletions

View File

@ -52,6 +52,7 @@ $ ping -c1 10.233.4.2
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ]; networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
</programlisting> </programlisting>
</para> </para>
<para> <para>
You may need to restart your system for the changes to take effect. You may need to restart your system for the changes to take effect.
</para> </para>

View File

@ -106,12 +106,12 @@
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The <literal>light</literal> module no longer uses setuid binaries, but The <literal>light</literal> module no longer uses setuid binaries, but
udev rules. As a consequence users of that module have to belong to the udev rules. As a consequence users of that module have to belong to the
<literal>video</literal> group in order to use the executable <literal>video</literal> group in order to use the executable (i.e.
(i.e. <literal>users.users.yourusername.extraGroups = ["video"];</literal>). <literal>users.users.yourusername.extraGroups = ["video"];</literal>).
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>