diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-09 17:41:18 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-09 17:41:18 +0200 |
commit | 7d257a3f8cd0a79e6bf3164b5ab49851a6150449 (patch) | |
tree | 34ef059bed1740c469246740e6c98480a17010ad /bragi.nix | |
parent | 4af7b3b051ddf9fbad666912281795f40b261207 (diff) | |
download | nixos-7d257a3f8cd0a79e6bf3164b5ab49851a6150449.tar nixos-7d257a3f8cd0a79e6bf3164b5ab49851a6150449.tar.gz nixos-7d257a3f8cd0a79e6bf3164b5ab49851a6150449.tar.bz2 nixos-7d257a3f8cd0a79e6bf3164b5ab49851a6150449.tar.xz nixos-7d257a3f8cd0a79e6bf3164b5ab49851a6150449.zip |
bind to unix socket
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ in rec { | |||
126 | bind_to_address "bragi.bragisheimr.yggdrasil" | 126 | bind_to_address "bragi.bragisheimr.yggdrasil" |
127 | bind_to_address "bragi.asgard.yggdrasil" | 127 | bind_to_address "bragi.asgard.yggdrasil" |
128 | bind_to_address "localhost" | 128 | bind_to_address "localhost" |
129 | |||
130 | bind_to_address "~/run/mpd.socket" | ||
129 | 131 | ||
130 | audio_output { | 132 | audio_output { |
131 | name "JACK" | 133 | name "JACK" |