Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
dfb00d3e3a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = [ "-f" ];
|
extraArgs = [ "-f" ];
|
||||||
mountpoint = "/sdcard";
|
mountpoint = "/sdcard";
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
mountOptions = [ "compress=zstd" "noatime" "umask=7777"];
|
||||||
}; # content
|
}; # content
|
||||||
}; # partition 2 (SD_CARD BTRFS)
|
}; # partition 2 (SD_CARD BTRFS)
|
||||||
}; # partitions
|
}; # partitions
|
||||||
|
|
Loading…
Reference in a new issue