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;
|
boot.zfs.package = pkgs.zfs_unstable;
|
||||||
|
|
||||||
# Swap
|
# Swap
|
||||||
zramSwap = {
|
swapDevices = [
|
||||||
enable = true;
|
{ device = "/dev/disk/by-partlabel/SWAP"; }
|
||||||
memoryPercent = 100;
|
];
|
||||||
};
|
|
||||||
|
|
||||||
# Storage
|
# Storage
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
|
|||||||
Reference in New Issue
Block a user