diff options
author | makefu <github@syntax-fehler.de> | 2016-07-21 00:13:01 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-07-21 00:13:01 +0200 |
commit | fbe1fcdd8e145493602da65f0a22b1907c2b3a95 (patch) | |
tree | a47408c478b3eae32c0a5b367b6fe9d6f3fe85c2 /makefu/2configs/hw/tp-x220.nix | |
parent | db4d4b8890b87064bf721c312f9e2229f489c2c2 (diff) |
m : update legacy options ,remove honeyd usage in shoney
Diffstat (limited to 'makefu/2configs/hw/tp-x220.nix')
-rw-r--r-- | makefu/2configs/hw/tp-x220.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/hw/tp-x220.nix b/makefu/2configs/hw/tp-x220.nix index 1c9a34965..58390e48d 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" ''; |