Open lucasew opened 1 year ago
The dnsmasq instance forked by libvirt plays nice by setting dnsmasq configuration option bind-dynamic
-- but to run services.dnsmasq.enable
you must also set that in services.dnsmasq.extraConfig (or bind-interfaces
).
It would be good if we could use https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md style config for services.dnsmasq; then we could perhaps default to bind-interfaces
?
This happens when trying to enable OpenDNS
as well.
have this issue too
Describe the bug
If dnsmasq from libvirt launches before system dnsmasq (services.dnsmasq), the latter fails to start
Steps To Reproduce
Steps to reproduce the behavior:
systemctl start dnsmasq
sudo kill -9 $(pkill dnsmask) && sudo systemctl start dnsmasq
"solves" the problemExpected behavior
Both starting together without issues
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Notify maintainers
@fpletz @globin @lovesegfault @edolstra
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.