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 = {
type = "gpt";
partitions = {
SD_CARD = {
start = "0%";
end = "100%";
SDCARD = {
size = "100%";
content = {
type = "btrfs";
extraArgs = [ "-f" ];
subvolumes = {
"/sd_card" = {
mountpoint = "/sd_card";
mountOptions = [ "compress=none" "noatime" ];
}; # sd_card
}; # subvolumes
mountpoint = "/sdcard";
mountOptions = [ "compress=zstd" "noatime" ];
}; # content
}; # partition 2 (SD_CARD BTRFS)
}; # partitions