diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 451c854..28db8d9 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -36,9 +36,6 @@ in }; boot = { - extraModulePackages = with config.boot.kernelPackages; [ - xpadneo # Advanced Linux Driver for Xbox One Wireless Controller - ]; kernelModules = [ "kvm-amd" ]; kernelPackages = pkgs.linuxPackages;