diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 1a00210..da1ed55 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -7,10 +7,13 @@ content = { type = "gpt"; partitions = { + boot = { + size = "1M"; + type = "EF02"; + }; esp = { priority = 1; name = "BOOT"; - start = "1M"; size = "2G"; type = "EF00"; content = {