summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-05-04 11:40:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-05-04 11:40:58 +0200
commit3b7119b4422496d17a0451a68a37c4f2e615024a (patch)
tree25b8f55244d184a62b85babe1cb2655737416830 /hel.nix
parent9804c6c6c479e500fc69b12d1174becd4b86fb40 (diff)
downloadnixos-3b7119b4422496d17a0451a68a37c4f2e615024a.tar
nixos-3b7119b4422496d17a0451a68a37c4f2e615024a.tar.gz
nixos-3b7119b4422496d17a0451a68a37c4f2e615024a.tar.bz2
nixos-3b7119b4422496d17a0451a68a37c4f2e615024a.tar.xz
nixos-3b7119b4422496d17a0451a68a37c4f2e615024a.zip
Bluetooth sink mode
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 75094031..1f4392fe 100644
--- a/hel.nix
+++ b/hel.nix
@@ -404,7 +404,13 @@
404 driSupport32Bit = true; 404 driSupport32Bit = true;
405 }; 405 };
406 406
407 bluetooth.enable = true; 407 bluetooth = {
408 enable = true;
409 extraConfig = ''
410 [General]
411 Enable=Source,Sink,Media,Socket
412 '';
413 };
408 414
409 # sane = { 415 # sane = {
410 # enable = true; 416 # enable = true;