krebs.types.host: default to empty nets
This commit is contained in:
parent
49efebaad7
commit
96f3dbe6ec
|
@ -17,6 +17,7 @@ types // rec {
|
||||||
};
|
};
|
||||||
nets = mkOption {
|
nets = mkOption {
|
||||||
type = attrsOf net;
|
type = attrsOf net;
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
extraZones = mkOption {
|
extraZones = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue