about summary refs log tree commit diff
path: root/nixos/modules/services/networking/nsd.nix
AgeCommit message (Expand)AuthorFilesLines
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-12-08treewide: switch to port type for nixos modulesDaniel Nagy1-2/+2
2022-08-31nixos/*: automatically convert option descriptionspennae1-8/+8
2022-08-31nixos/*: md-convert options with unordered listspennae1-26/+18
2022-08-31nixos/*: <screen> -> <programlisting>pennae1-20/+27
2022-08-03nixos/*: automatically convert option docs to MDpennae1-2/+2
2022-08-03nixos/*: replace <code> in option docs with <literal>pennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-61/+61
2022-02-28nixos/treewide: Add last missing option typesSilvan Mosberger1-12/+8
2021-12-02nixos/*: add trivial defaultText for options with simple defaultspennae1-0/+1
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-4/+2
2021-05-19nixos/nsd: make nsd-checkconf work when configuration contains keysPaul Schyska1-3/+19
2020-10-31nixos/modules: fix systemd start rate-limitslf-1-2/+2
2020-06-26nixos/nsd: symlink conf file to /etc/nsdFélix Baylac-Jacqué1-3/+4
2020-05-21nixos/nsd: always run systemctl of the currently running systemdFlorian Klink1-2/+2
2020-01-31nsd: use types.lines where appropriateJulien Moutinho1-2/+2
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-6/+2
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-2/+1
2019-08-27nixos/treewide: drop dependencies to `keys.target`Maximilian Bosch1-2/+1
2019-08-26treewide: remove redundant quotesvolth1-2/+2
2019-01-04nixos/nsd: Improve checking for empty dnssec zonesaszlig1-1/+1
2019-01-04nixos/nsd: Don't override bind via nixpkgs.configaszlig1-6/+4
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2018-05-07nixos/nsd: Allow to configure root zoneaszlig1-3/+11
2018-04-21Merge branch 'master' into feat/nsd/dnssecMatthew Justin Bauer1-0/+6
2017-12-28nsd module: make use of NSDs configFile optionChristoph Hrdinka1-0/+6
2017-11-16nixos/nsd: automatic DNSSEC using BIND toolsetGregor Kleen1-5/+130
2017-06-18nsd: Send stderr to /dev/nullKirill Elagin1-0/+1
2017-05-16on error, add a reference to the configuration file (#25825)Joachim Schiele1-0/+1
2016-11-16nsd module: use enumEric Sagnes1-3/+1
2016-11-11nsd service: fix typoGregor Kleen1-2/+2
2016-09-27nsd: 4.1.9 -> 4.1.12Christoph Hrdinka1-2/+56
2016-03-07wheter → whetherProfpatsch1-6/+6
2016-02-29nixos-modules: Fixes related to "literalExample" and "defaultText".Thomas Strobel1-2/+2
2016-02-28nsd service: add build time config validationChristoph Hrdinka1-28/+58
2016-02-28nsd service: make use of literalExampleChristoph Hrdinka1-29/+33
2016-02-28nsd service: add missing optionsChristoph Hrdinka1-0/+35
2016-02-28nsd service: code cleanupChristoph Hrdinka1-385/+393
2016-02-27nsd service: fix formatting of exampleLeroy Hopson1-25/+28
2015-12-04nsd service: use mkEnableOptionChristoph Hrdinka1-30/+4
2015-03-19nsd: Fix automatic config optionsChristoph Hrdinka1-9/+19
2015-03-18nsd: Update from 4.1.0 -> 4.1.1Christoph Hrdinka1-0/+14
2014-09-05nixos/nsd: Improve support for journald/systemd.aszlig1-3/+1
2014-09-05nixos/nsd: Fix indentation/coding style.aszlig1-210/+202
2014-08-29Remove useless use of undocumented submodules.Nicolas Pierron1-133/+108
2014-07-02Get all lib functions from lib, not pkgs.lib, in modulesShea Levy1-2/+2
2014-06-12nsd-service: add service module for nsdChristoph Hrdinka1-0/+751