fix(dnsmasq): dynamic hosts broke

This commit is contained in:
arcnmx 2024-04-16 14:12:10 -07:00
parent b3ecadf461
commit a904af4cfa

View file

@ -13,7 +13,7 @@
cfg = config.services.dnsmasq;
inherit (inputs.self.lib) systems;
localSystems = filterAttrs (_: system:
system.config.access.online.enable && system.config.network.local.enable or false
system.config.access.online.enable && system.config.network.networks.local.enable or false
) systems;
mkHostRecordPairs = _: system: [
(mkHostRecordPair "int" system)