From 9268453422e163e5539560aa7ad12bd05f10d648 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 14 Feb 2024 01:41:53 -0500 Subject: [PATCH] Infini-STICK: reduce compression amount from 7 to 4 --- hosts/Infini-STICK/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-STICK/filesystems.nix b/hosts/Infini-STICK/filesystems.nix index b126a04..087066e 100644 --- a/hosts/Infini-STICK/filesystems.nix +++ b/hosts/Infini-STICK/filesystems.nix @@ -3,7 +3,7 @@ let uuid = uuid: "/dev/disk/by-uuid/${uuid}"; main = uuid "ae3f3d98-1d87-47b4-a4ed-d69a896eee69"; - commonOptions = [ "autodefrag" "noatime" "compress-force=zstd:7" ]; + commonOptions = [ "autodefrag" "noatime" "compress-force=zstd:4" ]; mkMain' = options: { device = main;