Skip to content

Commit afb2a67

Browse files
committed
feat: added apple-macmini-6-1/6-2 and corresponding modules
1 parent 3e11b61 commit afb2a67

File tree

5 files changed

+39
-21
lines changed

5 files changed

+39
-21
lines changed

common/networking/broadcom/b43.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
networking.enableB43Firmware = true;
3+
boot = {
4+
kernelModules = [
5+
"b43"
6+
];
7+
blacklistedKernelModules = [
8+
"wl"
9+
"bcma"
10+
];
11+
};
12+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file is for
2+
{
3+
networking.enableB43Firmware = true;
4+
boot = {
5+
kernelModules = [
6+
"b43"
7+
];
8+
blacklistedKernelModules = [
9+
"wl"
10+
"bcma"
11+
];
12+
};
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file is for
2+
{
3+
networking.enableB43Firmware = true;
4+
boot = {
5+
kernelModules = [
6+
"b43"
7+
];
8+
blacklistedKernelModules = [
9+
"wl"
10+
"bcma"
11+
];
12+
};
13+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
imports = [
3-
../wl.nix
3+
../b43.nix
44
];
55
}

common/networking/broadcom/wl.nix

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)