about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2021-03-22 08:15:42 +0100
committerGitHub <noreply@github.com>2021-03-22 08:15:42 +0100
commita88356cbbe71f722d0ac57f66f9afa53aeda5f27 (patch)
tree7d0180c2c1ce4285388e2d4d5e699d8d12a3efcc /nixos/doc/manual
parentdc562d2588f9024afb1835caa3421597fd7da2f2 (diff)
parent44e472a60537a67486085d1b68a26e69d0f29f20 (diff)
downloadnixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.tar
nixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.tar.gz
nixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.tar.bz2
nixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.tar.lz
nixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.tar.xz
nixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.tar.zst
nixlib-a88356cbbe71f722d0ac57f66f9afa53aeda5f27.zip
Merge pull request #97048 from bluecmd/patch-1
nixos/manual: luks entries are auto-detected
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/configuration/luks-file-systems.xml6
1 files changed, 5 insertions, 1 deletions
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: ***
 
 <prompt># </prompt>mkfs.ext4 /dev/mapper/<replaceable>crypted</replaceable>
 </screen>
-  To ensure that this file system is automatically mounted at boot time as
+  The LUKS volume should be automatically picked up by
+  <command>nixos-generate-config</command>, but you might want to verify that your
+  <filename>hardware-configuration.nix</filename> looks correct.
+
+  To manually ensure that the system is automatically mounted at boot time as
   <filename>/</filename>, add the following to
   <filename>configuration.nix</filename>:
 <programlisting>