nixos/filesystem: fix doc by-id -> by-label (#470509)
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user