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

Mopidy will start if the configuration is empty.

Fixes #17381.

authored by

Langston Barrett and committed by
Franz Pletz
a28273df ac98cc4d

+1
+1
nixos/modules/services/audio/mopidy.nix
··· 47 }; 48 49 configuration = mkOption { 50 type = types.lines; 51 description = '' 52 The configuration that Mopidy should use.
··· 47 }; 48 49 configuration = mkOption { 50 + default = ""; 51 type = types.lines; 52 description = '' 53 The configuration that Mopidy should use.