Fixed typo
This commit is contained in:
parent
a56ae64c07
commit
97b83d855e
|
@ -2,7 +2,7 @@
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
# {{{ Disks
|
# {{{ Disks
|
||||||
disk = {
|
disk = {
|
||||||
vdb = {
|
x = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = builtins.elemAt disks 0;
|
device = builtins.elemAt disks 0;
|
||||||
content = {
|
content = {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
partitions = [
|
partitions = [
|
||||||
{
|
{
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
start = "0MiB";
|
start = "0";
|
||||||
end = "64MiB";
|
end = "64MiB";
|
||||||
fs-type = "fat32";
|
fs-type = "fat32";
|
||||||
bootable = true;
|
bootable = true;
|
||||||
|
|
Loading…
Reference in a new issue