From 70f702c6fd33454aebc4a266789fc5bf7e77e960 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:49:56 -0600 Subject: age + other various changes --- hosts/mercury/disks.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/mercury/disks.nix') diff --git a/hosts/mercury/disks.nix b/hosts/mercury/disks.nix index af6c161..60187b1 100644 --- a/hosts/mercury/disks.nix +++ b/hosts/mercury/disks.nix @@ -9,4 +9,11 @@ fsType = "vfat"; options = ["fmask=0022" "dmask=0022"]; }; + + zramSwap = { + enable = true; + priority = 100; + algorithm = "lz4"; + memoryPercent = 50; + }; } -- cgit v1.3.1