all repos — archive/nixos-configuration @ 9a33bb7c6c9d33d223875f45155c8646e371539c

Superseded by nixfiles

Don't always use the latest kernel

Alan Pearce
commit

9a33bb7c6c9d33d223875f45155c8646e371539c

parent

6a77d78e346c386f10e9eedaa6615673d5cebf9b

1 file changed, 0 insertions(+), 1 deletion(-)

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;