···1212 dns =
1313 if cfg.useDnsmasq then "dnsmasq"
1414 else if config.services.resolved.enable then "systemd-resolved"
1515+ else if config.services.unbound.enable then "unbound"
1516 else "default";
16171718 configFile = writeText "NetworkManager.conf" ''