···12 dns =
13 if cfg.useDnsmasq then "dnsmasq"
14 else if config.services.resolved.enable then "systemd-resolved"
015 else "default";
1617 configFile = writeText "NetworkManager.conf" ''
···12 dns =
13 if cfg.useDnsmasq then "dnsmasq"
14 else if config.services.resolved.enable then "systemd-resolved"
15+ else if config.services.unbound.enable then "unbound"
16 else "default";
1718 configFile = writeText "NetworkManager.conf" ''