This commit is contained in:
Aaron Bieber 2022-11-04 10:09:45 -06:00
parent 2e762d3481
commit e30fd7c940
No known key found for this signature in database

View File

@ -431,8 +431,7 @@ in {
'') val.info.dhcp.staticIPs)
}
}
'') (filterAttrsRecursive (n: v:
n != "${wan}") interfaces)))}
'') (filterAttrsRecursive (n: v: n != "${wan}") interfaces)))}
'';
interfaces = attrNames (filterAttrs (n: v: v.info.dhcp.enable)
(filterAttrsRecursive (n: v: n != "${wan}") interfaces));