mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 17:27:14 +08:00
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:
committed by
mergify[bot]
parent
880be1ab83
commit
1b3a547126
11
apple/macbook-pro/8-1/default.nix
Normal file
11
apple/macbook-pro/8-1/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/gpu/intel/sandy-bridge
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
networking.enableB43Firmware = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user