From a28273df32b970e29872b29ad87b4131c68f9a06 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Sun, 31 Jul 2016 18:35:09 +0200 Subject: [PATCH] mopidy service: add default value for configuration (#17385) Mopidy will start if the configuration is empty. Fixes #17381. --- nixos/modules/services/audio/mopidy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/audio/mopidy.nix b/nixos/modules/services/audio/mopidy.nix index 9981b065f28..029b14ab472 100644 --- a/nixos/modules/services/audio/mopidy.nix +++ b/nixos/modules/services/audio/mopidy.nix @@ -47,6 +47,7 @@ in { }; configuration = mkOption { + default = ""; type = types.lines; description = '' The configuration that Mopidy should use.