latest for foureighty
This commit is contained in:
parent
ed78b72c22
commit
28216b8196
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest_hardened;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
nixpkgs.overlays = [ (self: super: { buildLinux = x: super.buildLinux ({
|
nixpkgs.overlays = [ (self: super: { buildLinux = x: super.buildLinux ({
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue