Replace parts of T470s configuration with nixos-hardware
1 file changed, 4 insertions(+), 8 deletions(-)
changed files
M system/settings/hardware/intel-gpu.nix → system/settings/hardware/intel-gpu.nix
@@ -1,13 +1,9 @@ { config, pkgs, ... }: -{ hardware.opengl.extraPackages = with pkgs; [ - vaapiIntel - vaapiVdpau - libvdpau-va-gl - ]; +{ - boot.earlyVconsoleSetup = true; - boot.initrd.kernelModules = [ - "i915" + boot.kernelParams = [ + "i915.enable_guc=2" + "i915.fastboot=1" ]; }