3743ae21f5
Also extract documentation from raspberry-pi/2/ profile.
9 lines
178 B
Nix
9 lines
178 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
|
|
|
|
# https://github.com/NixOS/nixpkgs/issues/18356
|
|
boot.blacklistedKernelModules = [ "nouveau" ];
|
|
}
|