From e38823931182caa243a12ebeda21f89f919cb31e Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 20 Jul 2023 18:03:59 +0200 Subject: [PATCH] example zfs: add ESP type --- example/zfs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/example/zfs.nix b/example/zfs.nix index 0d34667..8e85c96 100644 --- a/example/zfs.nix +++ b/example/zfs.nix @@ -9,6 +9,7 @@ partitions = { ESP = { size = "64M"; + type = "EF00"; content = { type = "filesystem"; format = "vfat";