diff --git a/nixos/disk-config.nix b/nixos/disk-config.nix index c72a8d4..66d7f54 100644 --- a/nixos/disk-config.nix +++ b/nixos/disk-config.nix @@ -12,16 +12,6 @@ size = "1M"; type = "EF02"; }; - esp = { - name = "ESP"; - size = "500M"; - type = "EF00"; - content = { - type = "filesystem"; - format = "vfat"; - mountpoint = "/boot"; - }; - }; root = { name = "root"; size = "100%";