summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-21 00:13:01 +0200
committermakefu <github@syntax-fehler.de>2016-07-21 00:13:01 +0200
commitfbe1fcdd8e145493602da65f0a22b1907c2b3a95 (patch)
treea47408c478b3eae32c0a5b367b6fe9d6f3fe85c2 /makefu/2configs/hw
parentdb4d4b8890b87064bf721c312f9e2229f489c2c2 (diff)
m : update legacy options ,remove honeyd usage in shoney
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/tp-x220.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/hw/tp-x220.nix b/makefu/2configs/hw/tp-x220.nix
index 1c9a3496..58390e48 100644
--- a/makefu/2configs/hw/tp-x220.nix
+++ b/makefu/2configs/hw/tp-x220.nix
@@ -8,10 +8,9 @@ with config.krebs.lib;
kernelModules = [ "kvm-intel" "acpi_call" "tpm-rng" ];
extraModulePackages = [ config.boot.kernelPackages.tp_smapi ];
};
-
+ hardware.opengl.extraPackages = [ pkgs.vaapiIntel pkgs.vaapiVdpau ];
services.xserver = {
videoDriver = "intel";
- vaapiDrivers = [ pkgs.vaapiIntel pkgs.vaapiVdpau ];
deviceSection = ''
Option "AccelMethod" "sna"
'';