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:
Jean-Paul Calderone 2019-04-24 13:34:18 -04:00 committed by GitHub
parent 756c84f590
commit d0bdb55093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';
};