replace zram swap with swap partition on acer
This commit is contained in:
+3
-4
@@ -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."/" =
|
||||
|
||||
Reference in New Issue
Block a user