Linux kernel: Difference between revisions

imported>Teto
link some other distribution kernel configuration
imported>Zimbatm
add missing parameter
Line 39: Line 39:


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
{...}:
{ config, ...}:
{
{
   boot.extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
   boot.extraModulePackages = with config.boot.kernelPackages; [ wireguard ];