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
@@ -550,7 +550,7 @@ Retype new UNIX password: ***</screen>
# Note: setting fileSystems is generally not
# necessary, since nixos-generate-config figures them out
# automatically in hardware-configuration.nix.
#<link linkend="opt-fileSystems._name__.device">fileSystems."/".device</link> = "/dev/disk/by-label/nixos";
#<link linkend="opt-fileSystems._name_.device">fileSystems."/".device</link> = "/dev/disk/by-label/nixos";
# Enable the OpenSSH server.
services.sshd.enable = true;