From 34a970204c103f9b4dd508905a1c51f2d52e3cec Mon Sep 17 00:00:00 2001 From: xieby1 Date: Wed, 22 May 2024 08:42:15 +0800 Subject: [PATCH] sys: cli: enable zram --- sys/cli.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/cli.nix b/sys/cli.nix index 2196d327..6dd87053 100644 --- a/sys/cli.nix +++ b/sys/cli.nix @@ -114,4 +114,6 @@ users.users.xieby1.extraGroups = ["adbusers"]; nix.settings.trusted-users = ["root" "xieby1"]; + + zramSwap.enable = true; }