Update sd card
This commit is contained in:
parent
7864a6aa8c
commit
c70bca11a9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
mountpoint = "/sdcard";
|
||||
mountOptions = [ "compress=zstd" "noatime" "umask=7777"];
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # content
|
||||
}; # partition 2 (SD_CARD BTRFS)
|
||||
}; # partitions
|
||||
|
|
Loading…
Reference in a new issue