use latest kernel version?
This commit is contained in:
parent
ffb973c06f
commit
e7b9c304e1
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ mergerfs ];
|
environment.systemPackages = with pkgs; [ mergerfs ];
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest; # hope this doesn't break anything -e
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue