From e6b7eb774cecff38ef7ec599376c1539008c2e57 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 16 Aug 2023 14:36:23 +0200 Subject: ... --- hosts/vidhar/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 62eaae0d..6ed1b425 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -344,7 +344,10 @@ with lib; }; }; - zramSwap.enable = true; + zramSwap = { + enable = true; + algorithm = "zstd"; + }; environment.systemPackages = with pkgs; [iotop vmtouch]; -- cgit v1.2.3