diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/binky.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/machine/binky.nix b/nixos/machine/binky.nix index a90d625..3c3e1d2 100644 --- a/nixos/machine/binky.nix +++ b/nixos/machine/binky.nix @@ -20,6 +20,8 @@ with lib; { }; }; + # Try older kernel to see if it helps with USB monitor + boot.kernelPackages = pkgs.linuxPackages_6_0; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage" "sd_mod"]; boot.kernelModules = ["kvm-amd"]; |