mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Fix the rootPartitionUUID description
The value given here is used as the ext4 filesystem uuid. It is not used as the partition uuid.
This commit is contained in:
parent
756c84f590
commit
d0bdb55093
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in
|
|||
default = null;
|
||||
example = "14e19a7b-0ae0-484d-9d54-43bd6fdc20c7";
|
||||
description = ''
|
||||
UUID for the main NixOS partition on the SD card.
|
||||
UUID for the filesystem on the main NixOS partition on the SD card.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue