Fix disko
This commit is contained in:
parent
36e509ee4c
commit
1f2f58c977
2 changed files with 8 additions and 10 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue