hosts/plover: update Disko config

This commit is contained in:
Gabriel Arazas 2024-09-28 19:02:56 +08:00
parent 8a45ba36e7
commit 435c683c93
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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";