summaryrefslogtreecommitdiffstats
path: root/2configs/hw/tp-x2x0.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-17 20:44:42 +0200
committermakefu <github@syntax-fehler.de>2019-04-17 20:44:42 +0200
commitec9ceeb51dc6dee0f9791728e3c85e859ae7461b (patch)
treea8fe7d87c96c68f06360de7175142cb11a07ce7c /2configs/hw/tp-x2x0.nix
parent66823d9c3e468dcf71de763dd78b54845d13113a (diff)
ma hw/thinpad: remove unused zramSwap.numDevices option
Diffstat (limited to '2configs/hw/tp-x2x0.nix')
-rw-r--r--2configs/hw/tp-x2x0.nix2
1 files changed, 0 insertions, 2 deletions
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 <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`