mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
fix double kernelPackages
This commit is contained in:
parent
a4144ec9fd
commit
e6c91a257d
|
|
@ -62,7 +62,6 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelPackages = unstable.linuxPackages_xanmod_latest;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ usbip.out ];
|
||||
boot.kernelPackages =
|
||||
with builtins; with lib; let
|
||||
|
|
|
|||
Loading…
Reference in a new issue