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 47 }; 48 48 49 49 configuration = mkOption { 50 + default = ""; 50 51 type = types.lines; 51 52 description = '' 52 53 The configuration that Mopidy should use.