apple: use global apple profile (for mbpfan)

This commit is contained in:
Yegor Timoshenko 2017-12-24 12:17:37 +00:00
parent cbe052c49e
commit 63b3836fcf
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
imports = [ ../. ];
imports = [ ../../. ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

View File

@ -2,6 +2,7 @@
{
imports = [
../../.
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
];