fix(fs): bad efi partition uuid default

This commit is contained in:
514fpv 2024-01-05 08:41:01 +08:00
parent 8e9a581130
commit 9d4e333545
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -25,7 +25,7 @@ in {
enable = mkEnableOption "EFI system partition" // { default = true; };
uuid = mkOption {
type = with types; str;
default = "cafebabe";
default = "CAFE-BABE";
description = "vfat serial number of EFI system partition";
};
};