Update FredOS-Macbook.nix
This commit is contained in:
parent
25a2bc500d
commit
f61b18ff1d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
# The driver version for Broadcom STA is currently "6.30.223.271"
|
# The driver version for Broadcom STA is currently "6.30.223.271"
|
||||||
"broadcom-sta-6.30.223.271-${config.boot.kernelPackages.kernel.version}"
|
"broadcom-sta-6.30.223.271-${config.boot.kernelPackages.kernel.version}"
|
||||||
];
|
];
|
||||||
};
|
}
|
||||||
|
|
||||||
# 2. This part only applies if the hostname matches
|
# 2. This part only applies if the hostname matches
|
||||||
(lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
(lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue