Fix keypass outlook login
This commit is contained in:
@@ -39,6 +39,14 @@
|
|||||||
hardware = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
bluetooth.powerOnBoot = true;
|
bluetooth.powerOnBoot = true;
|
||||||
|
bluetooth.settings = {
|
||||||
|
General = {
|
||||||
|
Experimental = true;
|
||||||
|
FastConnectable = true;
|
||||||
|
};
|
||||||
|
Policy.AutoEnable = true;
|
||||||
|
GATT.Cache = "no";
|
||||||
|
};
|
||||||
nvidia.modesetting.enable = true;
|
nvidia.modesetting.enable = true;
|
||||||
nvidia.open = true;
|
nvidia.open = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user