terraria service: fixup worldPath option type

Otherwise, using the defaults results in a type error.
This commit is contained in:
Joachim Fasting 2016-12-11 14:59:41 +01:00
parent 33088accc8
commit d893c86b34
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -64,7 +64,7 @@ in
};
worldPath = mkOption {
type = types.path;
type = types.nullOr types.path;
default = null;
description = ''
The path to the world file (<literal>.wld</literal>) which should be loaded.