about summary refs log tree commit diff
path: root/nixos/modules/services/databases/mongodb.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-05-19nixos: fix typosfigsoda1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-19nixos/*: automatically convert option docspennae1-1/+1
2022-08-19nixos/*: use properly indented strings for option docspennae1-2/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-10/+10
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-01-14Merge pull request #91813 from Mic92/types1Kevin Cox1-0/+7
2020-12-19nixos/mongodb: fix running initialScript without a set root passwordmohe20151-1/+1
2020-06-30nixos/mongodb: Type all optionsJanne Heß1-0/+7
2020-04-21treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl1-6/+1
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-2/+2
2019-05-25mongodb: Add authentication supportphile314-fh1-3/+64
2019-03-20nixos/mongodb: /var/run -> /runBob van der Linden1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2017-07-27mongodb: we already set quiet in configMateusz Kowalczyk1-1/+1
2017-04-11treewide: use boolToString functionFranz Pletz1-2/+0
2016-09-18mongodb service: switch configuration format to YAMLEric Sagnes1-10/+8
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+1
2015-02-23mongodb: remove lock file on restartJaka Hudoklin1-0/+1
2014-09-16nixos/mongodb: service fixesJaka Hudoklin1-26/+28
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2014-02-27nixos: set all package options to have type packageDomen Kožar1-0/+1
2013-11-07nixos/mongodb: set static uid to work with #1076Jaka Hudoklin1-2/+3
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+130