krebs.types.host: default to empty nets

This commit is contained in:
tv 2016-02-13 16:46:15 +01:00
parent 49efebaad7
commit 96f3dbe6ec

View file

@ -17,6 +17,7 @@ types // rec {
}; };
nets = mkOption { nets = mkOption {
type = attrsOf net; type = attrsOf net;
default = {};
}; };
extraZones = mkOption { extraZones = mkOption {