system: init kernelPackages module
This commit is contained in:
parent
fcd5a051b1
commit
b0ff3378a1
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
documentation = {
|
||||
enable = true;
|
||||
doc.enable = false;
|
||||
|
@ -29,6 +29,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
|
|
Loading…
Reference in a new issue