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
@ -57,7 +57,7 @@ in
|
|||||||
default = null;
|
default = null;
|
||||||
example = "14e19a7b-0ae0-484d-9d54-43bd6fdc20c7";
|
example = "14e19a7b-0ae0-484d-9d54-43bd6fdc20c7";
|
||||||
description = ''
|
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…
x
Reference in New Issue
Block a user