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 2dfa75b commit 564c59fCopy full SHA for 564c59f
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