summaryrefslogtreecommitdiffstats
path: root/apple
diff options
context:
space:
mode:
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>
];