diff options
author | tv <tv@shackspace.de> | 2015-10-18 16:17:46 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-18 16:17:46 +0200 |
commit | a9285748067b24aff012eeb02640df18ce4e3ba8 (patch) | |
tree | 42e4e3218093c1496b58a2e478404a2151fe8f16 /krebs/4lib | |
parent | 8af96d32451c810032751fdce69fbcf4f1fd8313 (diff) |
type host.net: don't require retiolum
Diffstat (limited to 'krebs/4lib')
-rw-r--r-- | krebs/4lib/types.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix index b3d2c8b70..c52afa246 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 { |