→Setup: Update uboot btrfs config |
→Setup: Update and fix btrfs image instruction |
||
| Line 110: | Line 110: | ||
]; | ]; | ||
fileSystems."/" = { fsType = lib.mkForce "btrfs"; }; | fileSystems."/" = { | ||
fsType = lib.mkForce "btrfs"; | |||
options = [ | |||
"compress=zstd" | |||
"noatime" | |||
"rw" | |||
]; | |||
}; | |||
</nowiki>}} | </nowiki>}} | ||