Update FredOS-Macbook.nix

This commit is contained in:
ediblerope 2025-12-19 11:51:47 +00:00 committed by GitHub
parent 25a2bc500d
commit f61b18ff1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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") {