From 452fb394991d517d38e15979b39cf47355b509f8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 16 Jul 2018 02:28:32 +0200 Subject: profiles/managed: Enable zswap Most of these machines have limited RAM and come to a crawl whenever swap space needs to be used. Signed-off-by: aszlig --- modules/user/aszlig/profiles/managed.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user') diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix index 51566ffd..0e9aadd3 100644 --- a/modules/user/aszlig/profiles/managed.nix +++ b/modules/user/aszlig/profiles/managed.nix @@ -111,5 +111,6 @@ in { }; vuizvui.enableGlobalNixpkgsConfig = true; + vuizvui.system.kernel.zswap.enable = true; }; } -- cgit 1.4.1