howl: enable bluetooth
This commit is contained in:
parent
a425ba4985
commit
2d77689ed9
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ in {
|
|||
|
||||
services.avahi.enable = true;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nix.buildMachines = [ {
|
||||
hostName = "totoro";
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Reference in a new issue