This commit is contained in:
albert 2024-04-27 08:12:03 +09:00
parent 276ee86fda
commit 938d4fc2b8
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

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