From 8fdd07015bb061324c92373911632c0db8c5dcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 3 Apr 2024 23:45:02 +0300 Subject: [PATCH] bcachefs: fix_errors --- hosts/vno1-op5p/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/vno1-op5p/configuration.nix b/hosts/vno1-op5p/configuration.nix index f0aa0d7..9ac6cc5 100644 --- a/hosts/vno1-op5p/configuration.nix +++ b/hosts/vno1-op5p/configuration.nix @@ -37,6 +37,7 @@ in { "/" = { device = "/dev/mapper/luksroot"; fsType = "bcachefs"; + options = ["noatime" "fix_errors"]; }; "/boot" = { device = "${nvme}-part1";