mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 03:01:59 -05:00
chore:bluetooth_powerOnBoot
This commit is contained in:
@@ -9,7 +9,7 @@ in
|
||||
config = mkIf Bluetooth {
|
||||
hardware.bluetooth = {
|
||||
enable = lib.mkDefault true;
|
||||
powerOnBoot = lib.mkDefault true;
|
||||
powerOnBoot = lib.mkDefault false;
|
||||
};
|
||||
services.blueman.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user