summaryrefslogtreecommitdiffstats
path: root/krebs/4lib
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-18 16:17:46 +0200
committertv <tv@shackspace.de>2015-10-18 16:17:46 +0200
commita9285748067b24aff012eeb02640df18ce4e3ba8 (patch)
tree42e4e3218093c1496b58a2e478404a2151fe8f16 /krebs/4lib
parent8af96d32451c810032751fdce69fbcf4f1fd8313 (diff)
type host.net: don't require retiolum
Diffstat (limited to 'krebs/4lib')
-rw-r--r--krebs/4lib/types.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix
index b3d2c8b7..c52afa24 100644
--- a/krebs/4lib/types.nix
+++ b/krebs/4lib/types.nix
@@ -19,7 +19,6 @@ types // rec {
};
nets = mkOption {
type = attrsOf net;
- apply = x: assert hasAttr "retiolum" x; x;
};
extraZones = mkOption {