about summary refs log tree commit diff
path: root/nixos/modules/services/networking/consul.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-15/+15
2023-11-27treewide: use `mkPackageOption`h7x41-15/+2
2023-04-21nixos/consul: use `lib.getExe` where possibleIndeedNotJames1-3/+3
2023-04-21nixos/consul: fix package reference in service `$PATH`IndeedNotJames1-1/+1
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-11-06Merge pull request #186087 from Mic92/consulJörg Thalheim1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-11nixos/consul: use signal instead of api for reloadJörg Thalheim1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-16/+16
2022-04-20nixos/consul: allow ipv6-onlyJörg Thalheim1-6/+32
2021-12-03nixos/consul: update deprecated webUiGTrunSec1-1/+3
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-2/+2
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-1/+3
2021-04-04iproute: deprecate aliasSandro Jäckel1-1/+1
2021-01-29nixos/consul: add typesScriptkiddi1-0/+1
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq1-4/+4
2019-08-28Merge staging-next into stagingFrederik Rietdijk1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-1/+1
2019-08-05mass replace "flip map -> forEach"danbst1-1/+1
2019-08-05Revert "mass replace "flip map -> foreach""danbst1-1/+1
2019-07-14mass replace "flip map -> foreach"danbst1-1/+1
2018-11-25treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins1-1/+1
2018-11-03consul: 0.9.3 -> 1.3.0.Niklas Hambüchen1-3/+4
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2017-09-28consul service: Restart on failure.Niklas Hambüchen1-0/+1
2016-06-13Fixes #16181 - using bin output for Go servicesKamil Chmielewski1-4/+4
2016-02-17nixos: Provide a defaultText for type = packageaszlig1-0/+1
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+1
2016-01-08consul service: add package optionNathan Zadoks1-6/+15
2015-06-21fix argument in mkEnableOptionArseniy Seroka1-1/+1
2015-06-08nixos/consul: fix consul alerts enableJaka Hudoklin1-85/+96
2015-05-11nixos/consul: Add shell for health checksWilliam A. Kennington III1-0/+2
2015-05-11nixos/consul: Support a config directory for health checksWilliam A. Kennington III1-2/+6
2015-05-11nixos/consul: Remove the joinNodes and joinRetries options as they are now bu...William A. Kennington III1-34/+3
2015-02-25nixos/consul: Fix timeout bugs and json formattingWilliam A. Kennington III1-3/+4
2015-02-12nixos/consul: add consul-alerts serviceJaka Hudoklin1-0/+46
2014-12-16nixos/consul: Don't timeout if start job has many retriesWilliam A. Kennington III1-0/+1
2014-12-09nixos/consul: Make service definition more saneWilliam A. Kennington III1-4/+45
2014-09-26nixos/consul: Add moduleWilliam A. Kennington III1-0/+166