mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(dnsmasq): dynamic hosts broke
This commit is contained in:
parent
b3ecadf461
commit
a904af4cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue