diff --git a/nixos/hosts/warsaw-ovh-01/disks.nix b/nixos/hosts/warsaw-ovh-01/disks.nix index b3a2b3e6..dc467f63 100644 --- a/nixos/hosts/warsaw-ovh-01/disks.nix +++ b/nixos/hosts/warsaw-ovh-01/disks.nix @@ -10,14 +10,6 @@ size = "1M"; type = "EF02"; # for grub MBR }; - ESP = { - size = "500M"; - type = "EF00"; - content = { - type = "mdraid"; - name = "boot"; - }; - }; mdadm = { size = "100%"; content = { @@ -29,16 +21,6 @@ }; }); disko.devices.mdadm = { - boot = { - type = "mdadm"; - level = 1; - metadata = "1.0"; - content = { - type = "filesystem"; - format = "vfat"; - mountpoint = "/boot"; - }; - }; raid1 = { type = "mdadm"; level = 1;