nixos/doc: convert loaOf options refs to attrsOf

This commit is contained in:
rnhmjoj
2020-09-02 00:42:51 +02:00
parent 20d491a317
commit bc62423a87
15 changed files with 28 additions and 30 deletions
@@ -19,7 +19,7 @@
All users that should have permission to change network settings must belong
to the <code>networkmanager</code> group:
<programlisting>
<link linkend="opt-users.users._name__.extraGroups">users.users.alice.extraGroups</link> = [ "networkmanager" ];
<link linkend="opt-users.users._name_.extraGroups">users.users.alice.extraGroups</link> = [ "networkmanager" ];
</programlisting>
</para>