diff options
author | tv <tv@krebsco.de> | 2016-10-06 19:16:42 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-08 09:30:51 +0200 |
commit | 58c854c657b0bcbfc7e34b743cdba18675221e32 (patch) | |
tree | b524d733f2caabd287ea8a28190651da7c610aa8 /tv/2configs/hw | |
parent | d3f2444f91162b7dd22c92c8093795736aa11a11 (diff) |
tv nixpkgs: 2568ee3 -> 45b2a6d
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/x220.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index c5a3485a2..6cc295dc5 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -5,7 +5,7 @@ ../smartd.nix ]; - boot.loader.gummiboot.enable = true; + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.wireless.enable = true; @@ -13,6 +13,8 @@ # Required for Centrino. hardware.enableAllFirmware = true; + hardware.opengl.extraPackages = [ pkgs.vaapiIntel pkgs.vaapiVdpau ]; + hardware.trackpoint = { enable = true; sensitivity = 220; @@ -41,6 +43,5 @@ services.xserver = { videoDriver = "intel"; - vaapiDrivers = [ pkgs.vaapiIntel pkgs.vaapiVdpau ]; }; } |