Commit 11aeab502185

Vincent Demeester <vincent@sbr.pm>
2018-12-02 18:08:14
honshu: updates
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7be6762
Changed files (1)
hardware/dell-latitude-e6540.nix
@@ -1,10 +1,10 @@
 { config, pkgs, ... }:
 
 {
-  boot.loader.efi.canTouchEfiVariables = true;
   hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
 
   boot = {
+    loader.efi.canTouchEfiVariables = true;
     kernelParams = [
       # Kernel GPU Savings Options (NOTE i915 chipset only)
       "i915.enable_rc6=0" "i915.enable_fbc=1"