Fix Tower and waybar

This commit is contained in:
Bun 2025-05-28 23:30:55 -04:00
parent 63c42b081d
commit 7a128968c2
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgsUnstable, ... }:
{ config, lib, pkgs, ... }:
let
commonKernelParams = [
# VM/GPU passthrough
@ -13,7 +13,7 @@ let
in {
boot = {
# Latest kernel and IOMMU isolation
kernelPackages = pkgsUnstable.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ];
# Load into GPU before video driver