dnsmasq: upgrade to 2.71, fixed dnsmasq module

* The module now has systemd config

* Add resolveLocalQueries option which sets up it as a dns server for
  local host (including reasonable setup of resolvconf)

* Add "dnsmasq" user for running daemon

* Enabled dbus and dnssec support for the package

Conflicts:
	nixos/modules/misc/ids.nix
This commit is contained in:
Paul Colomiets
2014-08-28 11:39:03 -07:00
committed by William A. Kennington III
parent 1851efa1a7
commit adbb9ff796
4 changed files with 67 additions and 11 deletions
+1
View File
@@ -148,6 +148,7 @@
riemanndash = 138;
radvd = 139;
zookeeper = 140;
dnsmasq = 141;
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!