Treewide: Add new profile for Apple MacBook Pro 8,1

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Rayan Nakib (ريان نقيب)
2024-09-07 09:00:51 +01:00
committed by mergify[bot]
parent 880be1ab83
commit 1b3a547126
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/gpu/intel/sandy-bridge
../../../common/pc/laptop/ssd
];
networking.enableB43Firmware = lib.mkDefault true;
}