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