fix: add default value for networkPrefix
This commit is contained in:
parent
036efd54c3
commit
ddbc35c690
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ in {
|
||||||
};
|
};
|
||||||
networkPrefix = lib.mkOption {
|
networkPrefix = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
example = "10.42";
|
default = "10.10";
|
||||||
|
example = "10.10";
|
||||||
description = "First two octets of the network";
|
description = "First two octets of the network";
|
||||||
};
|
};
|
||||||
domain = lib.mkOption {
|
domain = lib.mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue