rpi4: set btrfs noatime

This commit is contained in:
NullBite 2024-12-21 17:57:45 +00:00
parent 9fe90a1ede
commit 2708cb667a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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)