eyah
This commit is contained in:
parent
ebd600ec0d
commit
037cd32518
1 changed files with 2 additions and 5 deletions
|
@ -21,9 +21,6 @@ in {
|
||||||
];
|
];
|
||||||
configuration = ''
|
configuration = ''
|
||||||
[core]
|
[core]
|
||||||
cache_dir = $XDG_CACHE_DIR/mopidy
|
|
||||||
config_dir = $XDG_CONFIG_DIR/mopidy
|
|
||||||
data_dir = $XDG_DATA_DIR/mopidy
|
|
||||||
max_tracklist_length = 10000
|
max_tracklist_length = 10000
|
||||||
restore_state = false
|
restore_state = false
|
||||||
|
|
||||||
|
@ -44,8 +41,8 @@ in {
|
||||||
[mpd]
|
[mpd]
|
||||||
enabled = True
|
enabled = True
|
||||||
hostname = 127.0.0.1
|
hostname = 127.0.0.1
|
||||||
|
port = 6600
|
||||||
|
connection_timeout = 300
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue