Fix disko

This commit is contained in:
Invariantspace 2024-01-12 22:38:33 +08:00
parent 36e509ee4c
commit 1f2f58c977
2 changed files with 8 additions and 10 deletions

View file

@ -2,15 +2,14 @@
disko.devices = {
# Partition the physical disk
disk.storage = {
type = "disk";
device = "/dev/nvme0n1";
content = {
type = "gpt";
partitions = {
ESP = {
start = "1MiB";
end = "1GiB";
type = "EF00";
esp = {
label = "esp";
size = "1G";
type = "ef00";
content = {
type = "filesystem";
format = "vfat";