nixos/bluetooth: add extraConfig option (#23427)

This commit is contained in:
Kristoffer Søholm
2017-03-20 14:28:02 +01:00
committed by Franz Pletz
parent 1f0ce0eaf8
commit f9e8ef7e6d
2 changed files with 28 additions and 5 deletions
+4
View File
@@ -73,6 +73,10 @@ stdenv.mkDerivation rec {
mkdir $out/sbin
ln -s ../libexec/bluetooth/bluetoothd $out/sbin/bluetoothd
ln -s ../libexec/bluetooth/obexd $out/sbin/obexd
# Add extra configuration
mkdir $out/etc/bluetooth
ln -s /etc/bluetooth/main.conf $out/etc/bluetooth/main.conf
'';
enableParallelBuilding = true;