diff options
author | Alan Pearce | 2018-04-06 13:26:11 +0200 |
---|---|---|
committer | Alan Pearce | 2018-04-06 13:26:11 +0200 |
commit | 9a33bb7c6c9d33d223875f45155c8646e371539c (patch) | |
tree | 3d51aaad4967f563d14a988bef2597ce108c28b5 | |
parent | 6a77d78e346c386f10e9eedaa6615673d5cebf9b (diff) | |
download | nixos-configuration-9a33bb7c6c9d33d223875f45155c8646e371539c.tar.lz nixos-configuration-9a33bb7c6c9d33d223875f45155c8646e371539c.tar.zst nixos-configuration-9a33bb7c6c9d33d223875f45155c8646e371539c.zip |
Don't always use the latest kernel
-rw-r--r-- | modules/hardware/bare-metal.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware/bare-metal.nix b/modules/hardware/bare-metal.nix index b3c9d35..eacc9f4 100644 --- a/modules/hardware/bare-metal.nix +++ b/modules/hardware/bare-metal.nix @@ -9,7 +9,6 @@ usbutils ]; - boot.kernelPackages = pkgs.linuxPackages_latest; hardware.cpu.intel.updateMicrocode = true; boot.tmpOnTmpfs = true; |