diff --git a/nixos/doc/manual/configuration/file-systems.xml b/nixos/doc/manual/configuration/file-systems.xml
index e4c03de71b72..3ac02a975ebf 100644
--- a/nixos/doc/manual/configuration/file-systems.xml
+++ b/nixos/doc/manual/configuration/file-systems.xml
@@ -16,6 +16,17 @@
fsType = "ext4";
};
+ This will create an entry in /etc/fstab, which will
+ generate a corresponding
+ systemd.mount
+ unit via
+ systemd-fstab-generator.
+ The filesystem will be mounted automatically unless
+ "noauto" is present in options.
+ "noauto" filesystems can be mounted explicitly using
+ systemctl e.g. systemctl start
+ data.mount.
Mount points are created automatically if they don’t already exist. For
,
it’s best to use the topology-independent device aliases in