From 1e890df4cc9a53025d7a41f0de55552e814fa444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 23 Mar 2023 12:14:22 +0100 Subject: nixos/binky: switch to the latest kernel --- nixos/machine/binky.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/machine') diff --git a/nixos/machine/binky.nix b/nixos/machine/binky.nix index 556dbcf..a90d625 100644 --- a/nixos/machine/binky.nix +++ b/nixos/machine/binky.nix @@ -20,8 +20,6 @@ with lib; { }; }; - # Try older kernel to see if it helps with USB monitor - boot.kernelPackages = pkgs.linuxPackages; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage" "sd_mod"]; boot.kernelModules = ["kvm-amd"]; -- cgit v1.2.3