Update sd card

This commit is contained in:
albert 2024-04-27 19:32:21 +09:00
parent 7864a6aa8c
commit c70bca11a9
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -60,7 +60,7 @@
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];
mountpoint = "/sdcard"; mountpoint = "/sdcard";
mountOptions = [ "compress=zstd" "noatime" "umask=7777"]; mountOptions = [ "compress=zstd" "noatime" ];
}; # content }; # content
}; # partition 2 (SD_CARD BTRFS) }; # partition 2 (SD_CARD BTRFS)
}; # partitions }; # partitions