remove bcachefs warn

This commit is contained in:
Tao Tien 2026-04-21 14:32:15 -07:00
parent d8f003f548
commit 3a6fb431b8

View file

@ -32,11 +32,7 @@
format = "bcachefs"; format = "bcachefs";
mountOptions = [ mountOptions = [
"noatime" "noatime"
"compression=zstd"
"background_compression=zstd"
"discard" "discard"
# "fsck"
# "fix_errors"
]; ];
mountpoint = "/"; mountpoint = "/";
}; };