about summary refs log tree commit diff
path: root/nixos/modules/services/misc/etcd.nix
AgeCommit message (Expand)AuthorFilesLines
2022-08-03nixos/*: automatically convert option docs to MDpennae1-2/+2
2022-08-03nixos/*: normalize link formatpennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-19/+19
2021-12-17Merge pull request #148785 from pennae/more-option-doc-staticizingGraham Christensen1-1/+8
2021-12-09treewide: add defaultText for options with simple interpolation defaultspennae1-0/+1
2021-12-09treewide: set defaultText for options using simple path defaultspennae1-1/+7
2021-12-02nixos/*: add trivial defaultText for options with simple defaultspennae1-0/+1
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-1/+3
2021-06-25etcd: fix old aliased package name to make tests passAlexandru Scvortov1-1/+1
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-2/+1
2019-04-13nixos/etcd: replace deprecated usage of PermissionsStartOnlyAaron Andersen1-6/+4
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2017-04-16etcd module: fix extraConf manual linkedef1-1/+1
2016-09-13misc.etcd: get closer to upstream service definitionAlexander Ried1-2/+8
2016-08-25etcd module: add test for simple one node etcd serviceJaka Hudoklin1-2/+2
2016-08-24etcd module: add support for ssl, better defaults, fix testsJaka Hudoklin1-5/+60
2016-06-13Fixes #16181 - using bin output for Go servicesKamil Chmielewski1-1/+1
2016-03-26etcd: 2.1.2 -> 2.3.0Kevin Cox1-0/+1
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-5/+5
2015-08-20etcd service: do not wait for cluster upJaka Hudoklin1-8/+0
2015-04-25nixos/etcd: fix enable type, so it could be enabled on multiple placesJaka Hudoklin1-1/+1
2014-11-23nixos/etcd: fix postStart check and make tests deterministicJaka Hudoklin1-2/+5
2014-11-23nixos/etcd: only use one cient url by defaultJaka Hudoklin1-3/+3
2014-11-21nixos: add etcd moduleJaka Hudoklin1-0/+141