system/bluetooth: init
This commit is contained in:
parent
2602b8bc1c
commit
1ba66868be
2 changed files with 7 additions and 0 deletions
6
modules/system/bluetooth.nix
Normal file
6
modules/system/bluetooth.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue