We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d3960 commit ea9ce17Copy full SHA for ea9ce17
modules/mcl-disko/primaryZfsPartition.nix
@@ -15,6 +15,7 @@
15
partitions =
16
lib.optionals legacyBoot {
17
"boot" = {
18
+ device = "${disk}-boot";
19
size = "1M";
20
type = "EF02";
21
};
0 commit comments