From bb85382b28dcdb6c1be1ca4ade28895e9575fb41 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 29 Jan 2025 10:50:44 -0400 Subject: [PATCH] Reverted suspected reversion relating to keyboard connect/disconnect --- hosts/Bellerophon/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Bellerophon/hardware-configuration.nix b/hosts/Bellerophon/hardware-configuration.nix index 89f7749..2f232bb 100644 --- a/hosts/Bellerophon/hardware-configuration.nix +++ b/hosts/Bellerophon/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"]; boot.initrd.kernelModules = []; - boot.kernelPackages = pkgs.linuxPackages_6_13; + boot.kernelPackages = pkgs.linuxPackages_6_12; boot.kernelModules = ["kvm-intel"]; boot.kernelPatches = [ /*