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