try dbFile = null & database plugin
This commit is contained in:
parent
94093d771c
commit
1fdba9c741
|
@ -34,6 +34,7 @@ in {
|
|||
enable = true;
|
||||
network.listenAddress = "0.0.0.0";
|
||||
musicDirectory = "nfs://127.0.0.1:2049/?version=3";
|
||||
dbFile = null;
|
||||
credentials = [
|
||||
{
|
||||
passwordFile = "${secrets.mpd_control_password.path}";
|
||||
|
@ -53,6 +54,10 @@ in {
|
|||
quality "very high"
|
||||
threads "0"
|
||||
}
|
||||
database {
|
||||
plugin "simple"
|
||||
path "/var/lib/mpd/db"
|
||||
}
|
||||
''
|
||||
+ concatStringsSep "\n" (forEach ["low" "medium" "high"] (quality: let
|
||||
bitrates = {
|
||||
|
|
Loading…
Reference in a new issue