Add configuration for Apple iMac 12,2

This commit is contained in:
Johannes Bornhold 2026-02-01 19:19:51 +01:00
parent a351494b0e
commit b654a3d6f1
No known key found for this signature in database
GPG key ID: 1B207C71F30945E4
4 changed files with 89 additions and 0 deletions

View 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;
}