From ec9ceeb51dc6dee0f9791728e3c85e859ae7461b Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 17 Apr 2019 20:44:42 +0200 Subject: ma hw/thinpad: remove unused zramSwap.numDevices option --- 2configs/hw/tp-x2x0.nix | 2 -- 1 file changed, 2 deletions(-) (limited to '2configs/hw/tp-x2x0.nix') diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix index 42ae309d0..b4b2562fe 100644 --- a/2configs/hw/tp-x2x0.nix +++ b/2configs/hw/tp-x2x0.nix @@ -1,6 +1,5 @@ { config, lib, pkgs, ... }: -with import ; { imports = [ ./tpm.nix @@ -19,7 +18,6 @@ with import ; hardware.cpu.intel.updateMicrocode = true; zramSwap.enable = true; - zramSwap.numDevices = 2; # enable synaptics so we can easily disable the touchpad # enable the touchpad with `synclient TouchpadOff=0` -- cgit v1.2.3