aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/machine/binky.nix2
1 files changed, 0 insertions, 2 deletions
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"];