apple: use global apple profile (for mbpfan)
This commit is contained in:
parent
cbe052c49e
commit
63b3836fcf
|
@ -1,7 +1,7 @@
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ../. ];
|
imports = [ ../../. ];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../.
|
||||||
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
|
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue