From 50a2e5b53cc52d51fb15e8df5c7ec5b2a540789d Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Fri, 13 Mar 2026 16:50:39 +0100 Subject: [PATCH] replace zram swap with swap partition on acer --- hosts/acer.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/acer.nix b/hosts/acer.nix index c9bc3ad..18d549c 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -27,10 +27,9 @@ rec { boot.zfs.package = pkgs.zfs_unstable; # Swap - zramSwap = { - enable = true; - memoryPercent = 100; - }; + swapDevices = [ + { device = "/dev/disk/by-partlabel/SWAP"; } + ]; # Storage fileSystems."/" =