type host.net: don't require retiolum

This commit is contained in:
tv 2015-10-18 16:17:46 +02:00
parent 8af96d3245
commit a928574806

View File

@ -19,7 +19,6 @@ types // rec {
};
nets = mkOption {
type = attrsOf net;
apply = x: assert hasAttr "retiolum" x; x;
};
extraZones = mkOption {