summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/consul.nix
AgeCommit message (Collapse)Author
2018-11-25treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins
Fixes https://github.com/NixOS/nixpkgs/issues/49700
2018-11-03consul: 0.9.3 -> 1.3.0.Niklas Hambüchen
Removes the old UI build tooling; it is no longer necessary because as of 1.2.0 it's bundled into the server binary. It doesn't even need to have JS built, because it's bundled into the release commit's source tree (see #48714). The UI is enabled by default, so the NixOS service is updated to directly use `ui = webUi;` now. Fixes #48714. Fixes #44192. Fixes #41243. Fixes #35602. Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink
2017-09-28consul service: Restart on failure.Niklas Hambüchen
Consul is a service you typically want to have running all the time; it's not supposed to quit by itself.
2016-06-13Fixes #16181 - using bin output for Go servicesKamil Chmielewski
2016-02-17nixos: Provide a defaultText for type = packageaszlig
We don't want to build all those things along with the manual, so that's what the defaultText attribute is for. Unfortunately a few of them were missing, so let's add them. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel
- add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
2016-01-08consul service: add package optionNathan Zadoks
2015-06-21fix argument in mkEnableOptionArseniy Seroka
2015-06-08nixos/consul: fix consul alerts enableJaka Hudoklin
2015-05-11nixos/consul: Add shell for health checksWilliam A. Kennington III
2015-05-11nixos/consul: Support a config directory for health checksWilliam A. Kennington III
2015-05-11nixos/consul: Remove the joinNodes and joinRetries options as they are now ↵William A. Kennington III
built in consul options
2015-02-25nixos/consul: Fix timeout bugs and json formattingWilliam A. Kennington III
2015-02-12nixos/consul: add consul-alerts serviceJaka Hudoklin
2014-12-16nixos/consul: Don't timeout if start job has many retriesWilliam A. Kennington III
2014-12-09nixos/consul: Make service definition more saneWilliam A. Kennington III
2014-09-26nixos/consul: Add moduleWilliam A. Kennington III