From 2708cb667a8f2278081998490de06522c855c6f9 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 21 Dec 2024 17:57:45 +0000 Subject: [PATCH] rpi4: set btrfs noatime --- hosts/rpi4/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)