From 105d9051dd74374b3ded8b22a43713841293f741 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 16 Jan 2017 17:26:06 +0100 Subject: l 2 hw tp-x220: disable acpi backlight handling --- lass/2configs/hw/tp-x220.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/2configs/hw/tp-x220.nix') diff --git a/lass/2configs/hw/tp-x220.nix b/lass/2configs/hw/tp-x220.nix index 4a7d0bbc..44b2dcac 100644 --- a/lass/2configs/hw/tp-x220.nix +++ b/lass/2configs/hw/tp-x220.nix @@ -36,6 +36,7 @@ with import ; boot = { kernelModules = [ "kvm-intel" "acpi_call" "tpm-rng" ]; extraModulePackages = [ config.boot.kernelPackages.tp_smapi ]; + kernelParams = [ "acpi_backlight=none" ]; }; hardware.opengl.extraPackages = [ -- cgit v1.2.3 From 261f7f7148acb8197b1296b0809342fe681a6d82 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 22 Jan 2017 18:03:12 +0100 Subject: l 2: add smartd.nix & import in tp-x220 --- lass/2configs/hw/tp-x220.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lass/2configs/hw/tp-x220.nix') diff --git a/lass/2configs/hw/tp-x220.nix b/lass/2configs/hw/tp-x220.nix index 44b2dcac..ec36fa96 100644 --- a/lass/2configs/hw/tp-x220.nix +++ b/lass/2configs/hw/tp-x220.nix @@ -2,6 +2,9 @@ with import ; { + imports = [ + ../smartd.nix + ]; networking.wireless.enable = lib.mkDefault true; hardware.enableAllFirmware = true; -- cgit v1.2.3