add experimental bluetooth setting
This commit is contained in:
parent
011b1ab784
commit
455787ff9d
@ -4,6 +4,9 @@
|
|||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.bluez;
|
# package = pkgs.bluez;
|
||||||
|
settings = {
|
||||||
|
General = { Experimental = true; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# systemd.services.bluetooth.serviceConfig.ExecStart = lib.mkForce [
|
# systemd.services.bluetooth.serviceConfig.ExecStart = lib.mkForce [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user