Add bluetooth to citadel
This commit is contained in:
parent
9d287792c6
commit
ae64001bc7
|
@ -82,6 +82,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
firmware = [
|
firmware = [
|
||||||
pkgs.sof-firmware
|
pkgs.sof-firmware
|
||||||
|
|
Loading…
Reference in New Issue