howl: enable bluetooth

This commit is contained in:
Luke Granger-Brown 2021-12-31 04:47:53 +00:00
parent a425ba4985
commit 2d77689ed9

View file

@ -193,6 +193,10 @@ in {
services.avahi.enable = true; services.avahi.enable = true;
hardware.bluetooth = {
enable = true;
};
nix.buildMachines = [ { nix.buildMachines = [ {
hostName = "totoro"; hostName = "totoro";
system = "x86_64-linux"; system = "x86_64-linux";