pkgs
pkgs copied to clipboard
Enable Bluetooth inside kernel?
Currently Bluetooth drivers are not enabled in the kernel.
There are use cases for k8s like home assistant to communicate with bluetooth devices.
https://www.kernelconfig.io/config_bt
https://github.com/siderolabs/talos/discussions/5609#discussioncomment-2796418
Bluetooth stack was a major source of vulnerabilities in the past, and it's for pretty specific use case.
I thought if we should instead build it as modules, and offer them as system extensions?
@frezbo what do you think?
@frezbo what do you think?
yes, let's do that, since we would have the nvidia oss also released as a module and come up with a plan for releasing and versioning modules alongside talos releases
Sounds like a good solution 😊