hardware: remove controller hacks

This commit is contained in:
Leonardo Eugênio 2024-08-28 19:56:54 -03:00
parent 14d4d41b48
commit b6799321c1
5 changed files with 1 additions and 61 deletions

View file

@ -1,12 +1,11 @@
{ pkgs, ... }:
{
services.blueman.enable = true;
hardware.bluetooth = {
enable = true;
settings = {
General = {
DiscoverableTimeout = 0;
# Discoverable = true;
Discoverable = true;
AlwaysPairable = true;
};
Policy = {