forked from poz/niksos
fix: prevent that one bt vuln
This commit is contained in:
parent
df877f25f2
commit
700c7c7829
1 changed files with 4 additions and 1 deletions
|
@ -243,7 +243,10 @@
|
|||
enable = true;
|
||||
daemon.enable = true;
|
||||
};
|
||||
bluetooth.enable = true;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
input.General.ClassicBondedOnly = true;
|
||||
};
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
|
|
Loading…
Reference in a new issue