Remove disable bluetooth and then force enable it???

This commit is contained in:
Henry Hiles 2025-01-01 16:43:22 -05:00
parent 777f8906ac
commit 37bb470afb
2 changed files with 1 additions and 4 deletions

View file

@ -1 +0,0 @@
{lib, ...}: {hardware.bluetooth.enable = lib.mkForce true;}

View file

@ -1,3 +1 @@
{...}: {
hardware.bluetooth.enable = false;
}
{...}: {}