all repos — nixfiles @ df9e2d5331a863e285bcfe66391728ce884a61bc

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

system/settings/hardware/intel-gpu.nix (view raw)

1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{

  boot.kernelParams = [
    "i915.enable_guc=2"
    "i915.fastboot=1"
  ];
}