pi4 stuffs

This commit is contained in:
2025-05-18 18:42:29 -05:00
parent cff6cf9eb7
commit 8f32c03197
4 changed files with 42 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{ ... }:
let
rootDisk = "/dev/nvme0n1";
rootDisk = "/dev/mmcblk0";
in
{
disko.devices.disk.main.imageSize = "32G";
@@ -37,10 +37,11 @@ in
};
# /boot
ESP = {
priority = 1;
priority = 2;
name = "ESP";
start = "1G";
end = "2G";
# start = "1G";
# end = "2G";
size = "1G";
type = "EF00";
content = {
type = "filesystem";
@@ -98,4 +99,4 @@ in
};
};
};
}
}