fix double kernelPackages

This commit is contained in:
Your Name 2024-06-04 17:03:55 +00:00
parent a4144ec9fd
commit e6c91a257d

View file

@ -62,7 +62,6 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot"; boot.loader.efi.efiSysMountPoint = "/boot";
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelPackages = unstable.linuxPackages_xanmod_latest;
boot.extraModulePackages = with config.boot.kernelPackages; [ usbip.out ]; boot.extraModulePackages = with config.boot.kernelPackages; [ usbip.out ];
boot.kernelPackages = boot.kernelPackages =
with builtins; with lib; let with builtins; with lib; let