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
+1 -1
View File
@@ -20,7 +20,7 @@
follows:
<!-- FIXME: this might not work if the user is unmanaged. -->
<programlisting>
<link linkend="opt-users.users._name__.openssh.authorizedKeys.keys">users.users.alice.openssh.authorizedKeys.keys</link> =
<link linkend="opt-users.users._name_.openssh.authorizedKeys.keys">users.users.alice.openssh.authorizedKeys.keys</link> =
[ "ssh-dss AAAAB3NzaC1kc3MAAACBAPIkGWVEt4..." ];
</programlisting>
</para>