summaryrefslogtreecommitdiffstats
path: root/krebs/4lib
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-13 16:46:15 +0100
committertv <tv@krebsco.de>2016-02-13 16:46:15 +0100
commit96f3dbe6ec9f7eb6f9a897c960abbbe30ad316b9 (patch)
treea822e14f486d3b65e8bc400d06478eb391a74407 /krebs/4lib
parent49efebaad725fbc3c3e0eae9e97e8311844f262c (diff)
krebs.types.host: default to empty nets
Diffstat (limited to 'krebs/4lib')
-rw-r--r--krebs/4lib/types.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix
index 873f3ddf..d0a53746 100644
--- a/krebs/4lib/types.nix
+++ b/krebs/4lib/types.nix
@@ -17,6 +17,7 @@ types // rec {
};
nets = mkOption {
type = attrsOf net;
+ default = {};
};
extraZones = mkOption {