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;