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