summary refs log tree commit diff
path: root/nixos/modules/services/networking/skydns.nix
Commit message (Collapse)AuthorAge
* treewide: fix typo on word environmentGürkan Gür2020-07-28
|
* nixos/*: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* etcd: make all service using etc go to 127.0.0.1:2379 by defaultPascal Bach2016-11-11
| | | | | | | | | | The old etcd port 4001 is no longer enabled by default in etcd 3. The new port is 2379 and is officially assigned by IANA. There were still some services left that expect etcd on port 4001 by default. This changes the default to 2379 everywhere. It should not cause problems for users as the etcd by nix does listen on the new port only by default anyway.
* Fixes #16181 - using bin output for Go servicesKamil Chmielewski2016-06-13
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* skydns service: fix skydns nameservers env optionJaka Hudoklin2015-08-19
|
* nixos/skydns: fixed reference to skydnsPascal Wittmann2015-07-04
|
* fix argument in mkEnableOptionArseniy Seroka2015-06-21
|
* Add skydns moduleJaka Hudoklin2015-06-08