testing
This commit is contained in:
parent
7d9761a03b
commit
1657af7467
1 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue