Add configuration for Apple iMac 12,2
This commit is contained in:
parent
a351494b0e
commit
b654a3d6f1
4 changed files with 89 additions and 0 deletions
15
apple/imac/12-2/default.nix
Normal file
15
apple/imac/12-2/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
# AMD Radeon HD 6770M/6970M (Whistler/Turks, Northern Islands generation)
|
||||
# DPM (Dynamic Power Management) did cause boot hangs
|
||||
boot.kernelParams = [ "radeon.dpm=0" ];
|
||||
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue