1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-29 13:09:45 +01:00
nixos-hardware/lenovo/ideapad/z510/default.nix
Yegor Timoshenko 3743ae21f5
treewide: only ever set unmergable options via lib.mkDefault
Also extract documentation from raspberry-pi/2/ profile.
2017-12-24 15:13:25 +00:00

8 lines
178 B
Nix

{ lib, ... }:
{
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
# https://github.com/NixOS/nixpkgs/issues/18356
boot.blacklistedKernelModules = [ "nouveau" ];
}