nixos/filesystem: fix doc by-id -> by-label (#470509)

This commit is contained in:
Aleksana
2025-12-14 13:43:01 +00:00
committed by GitHub
+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.
'';