all repos — nixfiles @ 9a33bb7c6c9d33d223875f45155c8646e371539c

System and user configuration, managed by nix and home-manager

Don't always use the latest kernel
Alan Pearce alan@alanpearce.eu
Fri, 06 Apr 2018 13:26:11 +0200
commit

9a33bb7c6c9d33d223875f45155c8646e371539c

parent

6a77d78e346c386f10e9eedaa6615673d5cebf9b

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M modules/hardware/bare-metal.nixmodules/hardware/bare-metal.nix
@@ -9,7 +9,6 @@ pciutils     usbutils
   ];
 
-  boot.kernelPackages = pkgs.linuxPackages_latest;
   hardware.cpu.intel.updateMicrocode = true;
 
   boot.tmpOnTmpfs = true;