diff options
author | makefu <github@syntax-fehler.de> | 2018-02-26 18:59:43 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-02-26 18:59:43 +0100 |
commit | c222aadefe4c07a5ebc96b59cd274191e765bd75 (patch) | |
tree | fc5c6d543cd1c89f56cb7efe349f5eb58601b918 /makefu/1systems/wbob | |
parent | 1b61fa920eb775406bb00855fb22485f4e9c160a (diff) |
ma hydra.wbob.r: init
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r-- | makefu/1systems/wbob/config.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index 6434ba273..637d8e2d8 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -29,7 +29,8 @@ in { # <stockholm/makefu/2configs/vncserver.nix> # Services - <stockholm/makefu/2configs/remote-build/slave.nix> + <stockholm/makefu/2configs/hydra/stockholm.nix> + <stockholm/makefu/2configs/share/wbob.nix> (let musicDirectory = "/data/music"; @@ -83,6 +84,9 @@ in { load-module module-filter-apply load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 load-module module-switch-on-connect + # may be required for "system-wide" pulse to connect to bluetooth + #module-bluez5-device + #module-bluez5-discover ''; }; # connect via https://nixos.wiki/wiki/Bluetooth#Using_Bluetooth_headsets_with_PulseAudio |