From 7f1df12e6806a8437eff2ccaeccc24c60f9ed189 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Apr 2021 02:58:57 +0200 Subject: [PATCH] boreal: set zstd compression level to 1 --- hosts/boreal/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boreal/hardware-configuration.nix b/hosts/boreal/hardware-configuration.nix index 0caffca..c34f453 100644 --- a/hosts/boreal/hardware-configuration.nix +++ b/hosts/boreal/hardware-configuration.nix @@ -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" =