diff --git a/hosts/nixos/lapetus/partitions.nix b/hosts/nixos/lapetus/partitions.nix index c64bd0e..27666d2 100644 --- a/hosts/nixos/lapetus/partitions.nix +++ b/hosts/nixos/lapetus/partitions.nix @@ -12,11 +12,12 @@ { name = "ESP"; start = "0MiB"; - end = "128Mib"; + end = "64MiB"; + fs-type = "fat32"; bootable = true; content = { type = "filesystem"; - format = "fat32"; + format = "vfat"; mountpoint = "/boot"; }; }