diff options
author | makefu <github@syntax-fehler.de> | 2019-04-17 20:44:42 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-17 20:44:42 +0200 |
commit | 5ea220f251c672841a2d8e55bd962c10a9032f79 (patch) | |
tree | 57ef46356bd77911f7bc4e96d57629058e16314e /makefu/2configs/hw | |
parent | 491c3bf4edcef3c34515f99303995855aea44d2d (diff) |
ma hw/thinpad: remove unused zramSwap.numDevices option
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index 42ae309d0..b4b2562fe 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -1,6 +1,5 @@ { config, lib, pkgs, ... }: -with import <stockholm/lib>; { imports = [ ./tpm.nix @@ -19,7 +18,6 @@ with import <stockholm/lib>; 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` |