From f7d2f679fd1c97681e1fdf9ee6ca825c1282de0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Mon, 9 Jan 2023 10:29:34 +0100
Subject: nixos/machine/binky: fix USB monitor not working correctly

---
 nixos/machine/binky.nix | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'nixos')

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"];
 
-- 
cgit v1.2.3