Misc changes to Midas

This commit is contained in:
Jimbo 2025-02-18 20:54:59 -05:00
parent 0bf7d7fb20
commit 90fbe527db
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "i915.force_probe=1912" ];
}