This commit is contained in:
albert 2024-04-26 23:01:38 +09:00
parent 7a3d322243
commit 90854ca6e7
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

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