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."/" =