bluetooth is sadly not working again and I forgot how I fixed it last time

This commit is contained in:
christoph.hollizeck 2024-03-27 16:30:39 +01:00 committed by Christoph Hollizeck
parent 52e2d9faf5
commit 436417de03
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 14 additions and 6 deletions

View file

@ -17,12 +17,14 @@ in {
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Experimental = true;
KernelExperimental = true;
};
};
};
fileSystems."/var/lib/bluetooth" = {
device = "/persist/var/lib/bluetooth";
options = ["bind" "noauto" "x-systemd.automount"];
noCheck = true;
};
# https://github.com/NixOS/nixpkgs/issues/170573
};
}