From ddd039c803b554f3afb269c9133bdac6349f142a Mon Sep 17 00:00:00 2001 From: unexplrd Date: Wed, 28 May 2025 15:53:46 +0300 Subject: [PATCH] hosts/morphius: enable zramSwap Signed-off-by: unexplrd --- hosts/morphius/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/morphius/configuration.nix b/hosts/morphius/configuration.nix index cad935c..7d54db8 100644 --- a/hosts/morphius/configuration.nix +++ b/hosts/morphius/configuration.nix @@ -23,6 +23,7 @@ system.stateVersion = "25.11"; time.timeZone = "Europe/Kyiv"; + zramSwap.enable = true; swapDevices = [ { device = "/swap/swapfile";