fix: prevent that one bt vuln

This commit is contained in:
jacekpoz 2023-12-21 13:48:32 +01:00
parent df877f25f2
commit 700c7c7829
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -243,7 +243,10 @@
enable = true;
daemon.enable = true;
};
bluetooth.enable = true;
bluetooth = {
enable = true;
input.General.ClassicBondedOnly = true;
};
opengl = {
enable = true;
driSupport = true;