about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-10-14 23:44:04 +0200
committerProfpatsch <mail@profpatsch.de>2017-10-31 16:21:58 +0100
commitc973de63f3beebcaa8de35b1b7b1db163458158d (patch)
tree73a6fe47a40eda040e919b3488a9fbdde09b91f7 /machines/labnet
parent6aef715162355f45eeabbe96ac78548e70fb76e3 (diff)
machines/hannswurscht: add bluetooth audio sink
Diffstat (limited to 'machines/labnet')
-rw-r--r--machines/labnet/labtops.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index eccf484e..e1c25f11 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -35,6 +35,14 @@
       tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" "127.0.0.1" ];
     };
 
+    hardware.bluetooth = {
+      enable = true;
+      extraConfig = ''
+        [General]
+        Enable=Source,Sink,Media,Socket
+      '';
+    };
+
     hardware.sane.enable = true;
     services.saned = {
       enable = true;