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