From 435c683c93720064d5b0d90acafc213f2c523e31 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 28 Sep 2024 19:02:56 +0800 Subject: [PATCH] hosts/plover: update Disko config --- configs/nixos/plover/disko.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/configs/nixos/plover/disko.nix b/configs/nixos/plover/disko.nix index 5d76a5e6..f798e610 100644 --- a/configs/nixos/plover/disko.nix +++ b/configs/nixos/plover/disko.nix @@ -2,23 +2,20 @@ { disko.devices = { - disk.primary = { + disk.disk1 = { device = "/dev/sda"; type = "disk"; content = { type = "gpt"; partitions = { boot = { - start = "0"; - end = "1MiB"; + priority = 1; + size = "1M"; type = "EF02"; }; - # You can't really have a btrfs-layered boot so this'll have to do. ESP = { - priority = 1; - start = "1MiB"; - end = "256MiB"; + size = "500M"; type = "EF00"; content = { type = "filesystem";