bcachefs: fix_errors
This commit is contained in:
parent
76f5db710c
commit
8fdd07015b
|
@ -37,6 +37,7 @@ in {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/mapper/luksroot";
|
device = "/dev/mapper/luksroot";
|
||||||
fsType = "bcachefs";
|
fsType = "bcachefs";
|
||||||
|
options = ["noatime" "fix_errors"];
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "${nvme}-part1";
|
device = "${nvme}-part1";
|
||||||
|
|
Loading…
Reference in New Issue