mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
treewide: only ever set unmergable options via lib.mkDefault
Also extract documentation from raspberry-pi/2/ profile.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
|
||||
|
||||
# see https://github.com/NixOS/nixpkgs/issues/18356
|
||||
# found buggy driver with method https://wiki.ubuntu.com/DebuggingKernelSuspend
|
||||
# https://github.com/NixOS/nixpkgs/issues/18356
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user