pi4 stuffs
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user