nixos: disko: compress -> compress-force

This commit is contained in:
Guanran Wang 2024-01-30 12:20:52 +08:00
parent 4f486f099a
commit 9248aeb338
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,5 +1,6 @@
{disks ? ["/dev/sda"], ...}: let {disks ? ["/dev/sda"], ...}: let
mountOptions = ["defaults" "compress=zstd" "noatime"]; # compress-force: https://t.me/archlinuxcn_group/3054167
mountOptions = ["defaults" "compress-force=zstd" "noatime"];
cryptSettings = { cryptSettings = {
allowDiscards = true; allowDiscards = true;
bypassWorkqueues = true; bypassWorkqueues = true;