mopidy service: add default value for configuration (#17385)
Mopidy will start if the configuration is empty. Fixes #17381.
Langston Barrett 9 years ago a28273df ac98cc4d
··· 47 47 }; 48 48 49 49 configuration = mkOption { 50 50 + default = ""; 50 51 type = types.lines; 51 52 description = '' 52 53 The configuration that Mopidy should use.