summaryrefslogtreecommitdiffstats
path: root/krebs/4lib/types.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-19 20:40:27 +0200
committermakefu <github@syntax-fehler.de>2015-10-19 20:40:27 +0200
commitaed6c87e7ac4fb46f4029208d8938ba0fa869491 (patch)
tree177dffd829d2668bcbafee29f3bc72f15930f35a /krebs/4lib/types.nix
parent952c03b3742cc1a979e4a1c148d083f1334cfe65 (diff)
parent222ca361e38b09ddef563abaaacd114ec86e2a5c (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs/4lib/types.nix')
-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 {