all repos — nixfiles @ 9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa

System and user configuration, managed by nix and home-manager

Replace parts of T470s configuration with nixos-hardware

Alan Pearce
commit

9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa

parent

6338eb3e142f7dc7568ef454c6a5c0f9f4608b51

1 file changed, 4 insertions(+), 8 deletions(-)

changed files
M system/settings/hardware/intel-gpu.nixsystem/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" ]; }