update flake
This commit is contained in:
parent
163c9338a3
commit
82a455679e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
redisUrl = mkOption {
|
redisUrl = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "redis://127.0.0.1:6379/0";
|
default = "redis://127.0.0.1:6379/0";
|
||||||
description = "URL of redis database";
|
description = "URL of Redis database";
|
||||||
};
|
};
|
||||||
|
|
||||||
numWorkers = mkOption {
|
numWorkers = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue