fix(fs): bad efi partition uuid default
This commit is contained in:
parent
8e9a581130
commit
9d4e333545
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue