nixpkgs/nixos/modules
Peter Simons 5e468b96b4 nixos: add 'networking.dnsExtensionMechanism' option to enable edns0 (for DNSSEC)
Set this option to 'true' (default: 'false') to enable extension mechanisms for
DNS (EDNS) in your local glibc resolver. This is required for supporting
DNSSEC, for example.

Implementation detail: the patch changes assignments to "resolv_conf_options"
to use "+=" instead of "=" to ensure that multiple users of that variable don't
overwrite each other. The generated config file is a shell script, after all,
so this should work fine.

Closes https://github.com/NixOS/nixpkgs/issues/12470.
2016-01-19 21:54:43 +01:00
..
config nixos: add 'networking.dnsExtensionMechanism' option to enable edns0 (for DNSSEC) 2016-01-19 21:54:43 +01:00
hardware wis_go7007: remove dead package & module 2016-01-11 00:16:01 +01:00
installer jobs -> systemd.services 2016-01-17 22:05:13 +00:00
misc Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
profiles wpa_supplicant service: jobs -> systemd.services 2016-01-06 03:58:39 +00:00
programs Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
security nixos: fix acme service @abbradar 2016-01-12 11:50:34 +01:00
services i3 service: added i3status and dmenu dependency 2016-01-19 09:32:49 +09:00
system systemd service: add *.busname upstream units 2016-01-18 19:42:25 +03:00
tasks Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
testing NixOS tests: Increase hung_task_timeout_secs 2016-01-04 16:53:42 +01:00
virtualisation Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
module-list.nix nixos: add module for rmilter 2016-01-16 15:12:30 +02:00
rename.nix nixos: Document "jobs" option removal 2016-01-14 13:08:56 +01:00