diff --git a/hosts/rpi4/configuration.nix b/hosts/rpi4/configuration.nix index 2755ce8..6f14812 100644 --- a/hosts/rpi4/configuration.nix +++ b/hosts/rpi4/configuration.nix @@ -22,7 +22,7 @@ "/opt/hassio" "/opt/hassio/.snapshots" ]; - fn = (x: { options = [ "compress=zstd commit=300" ];}); + fn = (x: { options = [ "compress=zstd" "commit=300" "noatime" ];}); in lib.genAttrs mounts fn; # Use the extlinux boot loader. (NixOS wants to enable GRUB by default)