types host: cores can also be 0
This commit is contained in:
parent
7fab6f2dfe
commit
8f53937c40
@ -19,7 +19,7 @@ rec {
|
||||
default = config._module.args.name;
|
||||
};
|
||||
cores = mkOption {
|
||||
type = positive;
|
||||
type = uint;
|
||||
};
|
||||
nets = mkOption {
|
||||
type = attrsOf net;
|
||||
|
Loading…
Reference in New Issue
Block a user