replace zram swap with swap partition on acer

This commit is contained in:
2026-03-13 16:50:39 +01:00
parent 5648a23304
commit 50a2e5b53c
+3 -4
View File
@@ -27,10 +27,9 @@ rec {
boot.zfs.package = pkgs.zfs_unstable; boot.zfs.package = pkgs.zfs_unstable;
# Swap # Swap
zramSwap = { swapDevices = [
enable = true; { device = "/dev/disk/by-partlabel/SWAP"; }
memoryPercent = 100; ];
};
# Storage # Storage
fileSystems."/" = fileSystems."/" =