diff --git a/nixos/doc/manual/configuration/luks-file-systems.xml b/nixos/doc/manual/configuration/luks-file-systems.xml
index 405a50a9e430..d8654d71ac00 100644
--- a/nixos/doc/manual/configuration/luks-file-systems.xml
+++ b/nixos/doc/manual/configuration/luks-file-systems.xml
@@ -26,7 +26,11 @@ Enter passphrase for /dev/disk/by-uuid/3f6b0024-3a44-4fde-a43a-767b872abe5d: ***
# mkfs.ext4 /dev/mapper/crypted
- To ensure that this file system is automatically mounted at boot time as
+ The LUKS volume should be automatically picked up by
+ nixos-generate-config, but you might want to verify that your
+ hardware-configuration.nix looks correct.
+
+ To manually ensure that the system is automatically mounted at boot time as
/, add the following to
configuration.nix: