diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 913521a..54d4efc 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -37,9 +37,11 @@ in }; boot = { - extraModulePackages = with config.boot.kernelPackages; [ xpadneo ]; + extraModulePackages = with config.boot.kernelPackages; [ + xpadneo # Advanced Linux Driver for Xbox One Wireless Controller + ]; kernelModules = [ "kvm-amd" ]; - kernelPackages = pkgs.linuxPackages; + kernelPackages = pkgs.linuxPackages_latest; loader = { efi.canTouchEfiVariables = true;