Compare commits

..

No commits in common. "2708cb667a8f2278081998490de06522c855c6f9" and "8565ed523e1738ea19024810fe83587f4259ecff" have entirely different histories.

View File

@ -22,7 +22,7 @@
"/opt/hassio"
"/opt/hassio/.snapshots"
];
fn = (x: { options = [ "compress=zstd" "commit=300" "noatime" ];});
fn = (x: { options = [ "compress=zstd" ];});
in lib.genAttrs mounts fn;
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)