This commit is contained in:
albert 2024-04-27 08:18:26 +09:00
parent 7d9761a03b
commit 1657af7467
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -54,18 +54,13 @@
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
SD_CARD = { SDCARD = {
start = "0%"; size = "100%";
end = "100%";
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];
subvolumes = { mountpoint = "/sdcard";
"/sd_card" = { mountOptions = [ "compress=zstd" "noatime" ];
mountpoint = "/sd_card";
mountOptions = [ "compress=none" "noatime" ];
}; # sd_card
}; # subvolumes
}; # content }; # content
}; # partition 2 (SD_CARD BTRFS) }; # partition 2 (SD_CARD BTRFS)
}; # partitions }; # partitions