nixos: disko: compress -> compress-force
This commit is contained in:
parent
4f486f099a
commit
9248aeb338
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{disks ? ["/dev/sda"], ...}: let
|
||||
mountOptions = ["defaults" "compress=zstd" "noatime"];
|
||||
# compress-force: https://t.me/archlinuxcn_group/3054167
|
||||
mountOptions = ["defaults" "compress-force=zstd" "noatime"];
|
||||
cryptSettings = {
|
||||
allowDiscards = true;
|
||||
bypassWorkqueues = true;
|
||||
|
|
Loading…
Reference in a new issue