bluetooth on boot
This commit is contained in:
parent
a5ddc6a196
commit
bce7a3f0c0
|
@ -95,7 +95,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Setup sound server (Audio Support)
|
# Setup sound server (Audio Support)
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
|
|
Loading…
Reference in a new issue