feat(hosts/orion): enable bluetooth on boot
This commit is contained in:
parent
b2d92e001e
commit
b500cc8400
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ bluez ];
|
environment.systemPackages = with pkgs; [ bluez ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user