summary refs log tree commit diff
path: root/nixos/modules/config/networking.nix
Commit message (Expand)AuthorAge
* nixos/networking.nix: only setup rpc on glibcTravis Athougies2018-10-30
* nixos/networking: add hostname to `/etc/hosts` by defaultJan Malakhovski2018-10-02
* nixos/networking: simplify `/etc/hosts` generation, add assertsJan Malakhovski2018-10-02
* nixos/networking: include local Unbound in resolv.confAlexander Shpilkin2018-07-23
* resolvconf.conf: Remove forced NSCD service restartMichael Raitza2018-06-25
* nixos/networking: support static resolv.confOrivej Desh2017-12-04
* Revert "networking: add option to toggle the wait-online service"Peter Hoeg2017-10-14
* networking: add option to toggle the wait-online servicePeter Hoeg2017-10-14
* Revert "nixos: add option for bind to not resolve local queries (#29503)"Peter Simons2017-09-23
* nixos: add option for bind to not resolve local queries (#29503)gwitmond2017-09-18
* Removed networking.fqdn optionValentin Shirokov2017-07-31
* Removed deprecation warning for networking.extraHostsValentin Shirokov2017-07-31
* Merge #27105: more correct form of /etc/hostsVladimír Čunát2017-07-30
|\
| * Deprecation warning for networking.extraHostsValentin Shirokov2017-07-28
| * Example of networking.hosts is now literalExampleValentin Shirokov2017-07-09
| * Style optimizationsValentin Shirokov2017-07-09
| * Documentation fixesValentin Shirokov2017-07-09
| * Style adjustmentsValentin Shirokov2017-07-08
| * Typo fixValentin Shirokov2017-07-08
| * Added networking.hosts and networking.fqdn optionsValentin Shirokov2017-07-08
| * Added networking.extraLocalHosts optionValentin Shirokov2017-07-04
* | resolved: use resolved's static resolv.conf (#27144)florianjacob2017-07-13
|/
* systemd-resolved: fix case when dnsmasq is used as local resolverJörg Thalheim2017-05-31
* rename iana_etc to iana-etcJörg Thalheim2017-03-28
* networking module: remove reference to removed ip-up.targetRobin Gloster2017-02-23
* networking: fix typo in resolvconf option edns0Franz Pletz2017-01-21
* nixos networking.dnsExtensionMechanism = true; by defaultVladimír Čunát2017-01-10
* ntp: make timesyncd the new defaultJörg Thalheim2016-12-17
* networking: enable "multi on" in resolver settingsJörg Thalheim2016-10-03
* nixos/activation: Rename "tmpfs" to "specialfs"aszlig2016-09-26
* treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
* networking config: specify resolv.conf options as list of stringsJoachim Fasting2016-05-28
* networking config: support setting resolv.conf optionsChristian Zagrodnick2016-05-28
* Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\
| * nixos: fix evaluationTobias Geerinckx-Rice2016-01-20
| * nixos: add 'networking.dnsExtensionMechanism' option to enable edns0 (for DNS...Peter Simons2016-01-19
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * set all_proxy environment variableSergey Mironov2015-12-11
* | nixos/networking: Reference correct glibc outputTuomas Tynkkynen2015-10-03
|/
* networking module: add extraResolvconfConf optionThomas Strobel2015-09-26
* Get rid of a warning about dbus in the activation scriptEelco Dolstra2014-12-12
* Improve readability - from https://github.com/NixOS/nixpkgs/pull/5058#discuss...Antoine R. Dumont2014-11-30
* Introduce a dedicated networking.proxy optionAntoine R. Dumont2014-11-30
* nixos/networking: FixesWilliam A. Kennington III2014-11-26
* nixos/networking: Rebuild resolvconf during activationWilliam A. Kennington III2014-11-26
* networkd: Support Host ResolvconfWilliam A. Kennington III2014-11-26
* systemd: Enable more network servicesWilliam A. Kennington III2014-11-26
* dnsmasq: upgrade to 2.71, fixed dnsmasq modulePaul Colomiets2014-08-28
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14