Update FredOS-Macbook.nix

This commit is contained in:
ediblerope 2025-12-04 18:07:40 +00:00 committed by GitHub
parent 93b970e8d8
commit f98da085d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
nixpkgs.config.permittedInsecurePackages = [
"broadcom-sta-6.30.223.271-59-6.18" # Updated version number
"broadcom-sta-6.30.223.271-59-6.12.60"
];
};
}