Generalize more boot whatever
This commit is contained in:
parent
e2b093a0bb
commit
c16bdf2280
5 changed files with 10 additions and 94 deletions
|
@ -1,7 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = pkgs.unstable.linuxPackages_latest;
|
||||
blacklistedKernelModules = [ "pcspkr" ];
|
||||
};
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue