1
Fork 0

Fixed typo

This commit is contained in:
Matei Adriel 2023-07-18 01:07:40 +02:00
parent a56ae64c07
commit 97b83d855e
No known key found for this signature in database

View file

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