summaryrefslogtreecommitdiffstats
path: root/apple
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 12:17:37 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 12:17:37 +0000
commit63b3836fcf0ff03b5f96b173f5c06710f08b2c3e (patch)
tree028e3ae2cb13ddc0ce4279dabf4cf76a45e8554c /apple
parentcbe052c49e80ccb27d2573e9dc9e7bbc6df4a0a4 (diff)
apple: use global apple profile (for mbpfan)
Diffstat (limited to 'apple')
-rw-r--r--apple/macbook-pro/10-1/default.nix2
-rw-r--r--apple/macbook-pro/12-1/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/apple/macbook-pro/10-1/default.nix b/apple/macbook-pro/10-1/default.nix
index 85921b4..c2fa79f 100644
--- a/apple/macbook-pro/10-1/default.nix
+++ b/apple/macbook-pro/10-1/default.nix
@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
- imports = [ ../. ];
+ imports = [ ../../. ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
diff --git a/apple/macbook-pro/12-1/default.nix b/apple/macbook-pro/12-1/default.nix
index 78a7d6f..63c36db 100644
--- a/apple/macbook-pro/12-1/default.nix
+++ b/apple/macbook-pro/12-1/default.nix
@@ -2,6 +2,7 @@
{
imports = [
+ ../../.
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
];