diff options
author | tv <tv@krebsco.de> | 2017-01-08 13:07:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-01-08 14:52:56 +0100 |
commit | 5d7a3d0cccc260565577a6441eadf12c1463a03d (patch) | |
tree | c1b1aa8c7b2a16937890cdc8e6117443cd07895c /tv/2configs/hw | |
parent | 9779351be952095ed55ad4ccee98452a8838cfb9 (diff) |
wu: resurrect
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/w110er.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tv/2configs/hw/w110er.nix b/tv/2configs/hw/w110er.nix index aa8292441..787bfc6e9 100644 --- a/tv/2configs/hw/w110er.nix +++ b/tv/2configs/hw/w110er.nix @@ -12,9 +12,11 @@ boot.initrd.availableKernelModules = [ "ahci" ]; boot.kernelModules = [ "kvm-intel" ]; - boot.loader.gummiboot.enable = true; + boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + hardware.opengl.extraPackages = [ pkgs.vaapiIntel ]; + networking.wireless.enable = true; nix = { @@ -31,10 +33,6 @@ HandleSuspendKey=ignore ''; - services.xserver = { - vaapiDrivers = [ pkgs.vaapiIntel ]; - }; - system.activationScripts.powertopTunables = '' echo 1 > /sys/module/snd_hda_intel/parameters/power_save echo 1500 > /proc/sys/vm/dirty_writeback_centisecs |