Generic commit

minor changes to hosts:Satori and home:natto
This commit is contained in:
2021-12-25 08:01:59 +05:30
parent 6130b448e0
commit 8b4212aa27
11 changed files with 237 additions and 188 deletions

View File

@@ -61,7 +61,8 @@ in
extraConfig = ''
log_file "~/.config/mpd/log"
pid_file "~/.config/mpd/pid"
# bind_to_address "~/.config/mpd/socket"
bind_to_address "0.0.0.0"
bind_to_address "~/.config/mpd/socket"
restore_paused "yes"
input {
plugin "curl"
@@ -80,7 +81,7 @@ in
type "httpd"
name "My HTTP Stream"
port "8000"
max_clients "4"
max_clients "4"
}
filesystem_charset "UTF-8"
'';