This commit is contained in:
albert 2024-04-26 23:17:55 +09:00
parent 437b8d9ed2
commit 426b920c72
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -48,30 +48,5 @@
}; # partitions }; # partitions
}; # content }; # content
}; # disko.devices.disk.nvme0 }; # disko.devices.disk.nvme0
}; # disko.devices.disk
mmcblk0 = {
type = "disk";
device = "/dev/mmcblk0";
content = {
type = "gpt";
partitions = {
MICROSD = {
name = "MICROSD";
start = "0%";
end = "100%";
content = {
type = "btrfs";
extraArgs = [ "-f" ];
subvolumes = {
"/microsd" = {
mountpoint = "/microsd";
mountOptions = [ "compress=none" "noatime" ];
}; # sd_card
}; # subvolumes
}; # content
}; # partition 2 (MICROSD BTRFS)
}; # partitions
}; # content
}; # disko.devices.disk.mmcblk0
}; # disko.devices
} # root } # root