Skip to content

Commit 678235c

Browse files
authored
fix(mcl.disko): Update primaryZfsPartition.nix
1 parent 4699fe2 commit 678235c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/mcl-disko/primaryZfsPartition.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
content = {
1414
type = "gpt";
1515
partitions = {
16-
"boot/ESP" =
16+
"${if legacyBoot then "boot" else "ESP"}" =
1717
{
1818
device = "${disk}-part1";
1919
size = espSize;
@@ -26,7 +26,6 @@
2626
};
2727
}
2828
// lib.optionalAttrs legacyBoot {
29-
size = "100M";
3029
type = "EF02";
3130
};
3231
"zfs" = {

0 commit comments

Comments
 (0)