From 391bb58906392d5d8939cc1237eb2e0b66e70b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 7 Feb 2023 09:57:44 +0100 Subject: nixos/binky: use stable kernel --- nixos/machine/binky.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/machine/binky.nix') 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"]; -- cgit v1.2.3