faucet(fs): fix bad efi partition uuid default
This commit is contained in:
parent
26fe55b39d
commit
5743654c5b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in {
|
||||||
enable = mkEnableOption "EFI system partition" // { default = true; };
|
enable = mkEnableOption "EFI system partition" // { default = true; };
|
||||||
uuid = mkOption {
|
uuid = mkOption {
|
||||||
type = with types; str;
|
type = with types; str;
|
||||||
default = "cafebabe";
|
default = "CAFE-BABE";
|
||||||
description = "vfat serial number of EFI system partition";
|
description = "vfat serial number of EFI system partition";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue