From e045c02c78ebbb25f33eb860ec3f985e828304c6 Mon Sep 17 00:00:00 2001 From: Mork Swork Date: Mon, 4 May 2026 10:36:14 -0700 Subject: [PATCH] Try and fix disk --- nixos/disk-config.nix | 10 ---------- 1 file changed, 10 deletions(-) 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%";