mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
mopidy service: add default value for configuration (#17385)
Mopidy will start if the configuration is empty. Fixes #17381.
This commit is contained in:
parent
ac98cc4d94
commit
a28273df32
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue