fix eval (explicit is better than implicit)
This commit is contained in:
parent
230bf0eab4
commit
1834e72555
@ -24,7 +24,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
homeDir = mkOption {
|
homeDir = mkOption {
|
||||||
default = /var/lib/deluge;
|
default = "/var/lib/deluge";
|
||||||
example = "/home/flexget";
|
example = "/home/flexget";
|
||||||
type = types.path;
|
type = types.path;
|
||||||
description = "Where files live.";
|
description = "Where files live.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user