fix: add default value for networkPrefix
This commit is contained in:
@@ -69,7 +69,8 @@ in {
|
||||
};
|
||||
networkPrefix = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
example = "10.42";
|
||||
default = "10.10";
|
||||
example = "10.10";
|
||||
description = "First two octets of the network";
|
||||
};
|
||||
domain = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user