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";