Compare commits
3 commits
d57c3197ba
...
93639b024f
Author | SHA1 | Date | |
---|---|---|---|
93639b024f | |||
fc8eb470ce | |||
e7aa9690f2 |
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ with lib;
|
||||||
|
|
||||||
nixInstances = mkOption {
|
nixInstances = mkOption {
|
||||||
type = types.numbers.positive;
|
type = types.numbers.positive;
|
||||||
default = 10;
|
default = 1;
|
||||||
description = "How many nix runner instances to start";
|
description = "How many nix runner instances to start";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue