hosts/hypnos: accept vulnerable wifi driver
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s

This commit is contained in:
2025-08-17 12:50:48 +01:00
parent 655e2295c4
commit 56e7e5888b

View File

@@ -17,6 +17,7 @@
hostPlatform = "x86_64-linux"; hostPlatform = "x86_64-linux";
config = { config = {
nvidia.acceptLicense = true; nvidia.acceptLicense = true;
permittedInsecurePackages = [ "broadcom-sta-6.30.223.271-57-6.12.41" ];
}; };
}; };