miki: allow insecure wifi driver
This commit is contained in:
parent
19c2277787
commit
cb1e22ffd6
1 changed files with 5 additions and 0 deletions
|
|
@ -15,4 +15,9 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.nvidia.acceptLicense = true;
|
nixpkgs.config.nvidia.acceptLicense = true;
|
||||||
|
|
||||||
|
# so safe!!!!
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"broadcom-sta-6.30.223.271-57-6.12.43"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue