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;
# Swap
zramSwap = {
enable = true;
memoryPercent = 100;
};
swapDevices = [
{ device = "/dev/disk/by-partlabel/SWAP"; }
];
# Storage
fileSystems."/" =