From 8b0aa0b5d38f426e2fb9f46d74dc55b4c1bf6ae6 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 27 Feb 2023 23:15:32 +0100 Subject: [PATCH] Use zswap to increase responsiveness --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index e983189..9f1bb6a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,9 @@ with pkgs; size = 4096; }]; + # Enable zswap + zramSwap.enable = true; + # Configure basic SSH access services.openssh = { enable = true;