nixos/bluetooth: add extraConfig option (#23427)
This commit is contained in:
committed by
Franz Pletz
parent
1f0ce0eaf8
commit
f9e8ef7e6d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user