Compare commits

...

2 Commits

Author SHA1 Message Date
2708cb667a
rpi4: set btrfs noatime 2024-12-21 17:57:45 +00:00
9fe90a1ede
rpi4: set btrfs commit interval to 5 minutes
i meant to do this months ago. my last sd card died and i want to avoid
that happening again.
2024-12-21 17:40:58 +00:00

View File

@ -22,7 +22,7 @@
"/opt/hassio"
"/opt/hassio/.snapshots"
];
fn = (x: { options = [ "compress=zstd" ];});
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)