From 5485ef85b2379989eab561a603c202ccbce041d7 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Fri, 18 Oct 2024 17:39:16 +0200 Subject: [PATCH] =?UTF-8?q?nixos/ephemeral:=20Enable=20compression=20for?= =?UTF-8?q?=20all=20sub=E2=80=90volumes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/module/ephemeral.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/module/ephemeral.nix b/nixos/module/ephemeral.nix index a757c7c..d8d9ac4 100644 --- a/nixos/module/ephemeral.nix +++ b/nixos/module/ephemeral.nix @@ -112,7 +112,7 @@ let }; "/etc/credstore.encrypted" = { options = [ "nodev" "noexec" "nosuid" ]; - extraOptions = [ "noatime" ]; + extraOptions = [ "noatime" "compress=zstd" ]; }; "/nix" = { options = [ "nodev" "nosuid" ];