From 7b6dc8c2a8b854a8220b24554573221c4ddb8913 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Wed, 30 Apr 2025 18:04:49 -0400 Subject: [PATCH] Pericyte: Disable zSwap --- machines/pericyte/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/pericyte/configuration.nix b/machines/pericyte/configuration.nix index 3d035a4..2cd8b65 100644 --- a/machines/pericyte/configuration.nix +++ b/machines/pericyte/configuration.nix @@ -18,7 +18,7 @@ ]; boot.tmp.cleanOnBoot = true; - zramSwap.enable = true; + # zramSwap.enable = true; networking.hostName = "pericyte"; networking.domain = ""; services.openssh.enable = true;