boreal: set zstd compression level to 1

This commit is contained in:
Antoine Martin 2021-04-19 02:58:57 +02:00
parent d3b6cd9126
commit 7f1df12e68

View file

@ -16,7 +16,7 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/1a942915-c1ae-4058-b99d-09d12d40dbd3";
fsType = "btrfs";
options = [ "subvol=nixos" "compress=zstd" "noatime" ];
options = [ "subvol=nixos" "compress=zstd:1" "noatime" ];
};
fileSystems."/boot" =