diff --git a/nix/tv-computer.nix b/nix/tv-computer.nix index 9abff74..be54d4b 100644 --- a/nix/tv-computer.nix +++ b/nix/tv-computer.nix @@ -6,6 +6,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot kernel packages = pkgs.linuxKernel.kernels.linux_6_6; # boot.extraModulePackages = with config.boot.kernelPackages; [ xpadneo ]; # boot.kernelModules = [ "hid_xpadneo" ]; # boot.kernelModules = [