fix service.. oops!!
This commit is contained in:
parent
8c63434871
commit
aae568b184
1 changed files with 5 additions and 1 deletions
|
|
@ -123,7 +123,11 @@
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "cache";
|
default = "cache";
|
||||||
};
|
};
|
||||||
ttl = mkOption {
|
database = mkOption {
|
||||||
|
type = types.str;
|
||||||
|
default = "file:cache/cache.sqlite";
|
||||||
|
};
|
||||||
|
file_ttl = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 3600;
|
default = 3600;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue