nixos/filesystem: fix doc by-id -> by-label

Documentation was wrong, implementation already correct.
This commit is contained in:
Martin Häcker
2025-12-13 19:12:38 +01:00
parent eb3d58e1de
commit d27e8def02
+1 -1
View File
@@ -185,7 +185,7 @@ let
type = types.nullOr nonEmptyStr;
description = ''
Label of the device. This simply sets {option}`device` to
`/dev/disk/by-id/''${label}`. Note that devices will not
`/dev/disk/by-label/''${label}`. Note that devices will not
have a label unless they contain a filesystem which
supports labels, such as ext4 or fat32.
'';