bcachefs: fix_errors

main
Motiejus Jakštys 2024-04-03 23:45:02 +03:00
parent 76f5db710c
commit 8fdd07015b
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ in {
"/" = {
device = "/dev/mapper/luksroot";
fsType = "bcachefs";
options = ["noatime" "fix_errors"];
};
"/boot" = {
device = "${nvme}-part1";