mopidy service: add default value for configuration (#17385)

Mopidy will start if the configuration is empty.

Fixes #17381.
(cherry picked from commit a28273df32)
This commit is contained in:
Langston Barrett 2016-07-31 18:35:09 +02:00 committed by Bjørn Forsman
parent be56795a59
commit 44b1d6bff3

View File

@ -47,6 +47,7 @@ in {
}; };
configuration = mkOption { configuration = mkOption {
default = "";
type = types.lines; type = types.lines;
description = '' description = ''
The configuration that Mopidy should use. The configuration that Mopidy should use.