add experimental bluetooth setting

This commit is contained in:
Dmitriy Kholkin 2023-08-12 21:27:27 +03:00
parent 011b1ab784
commit 455787ff9d

View File

@ -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 [