feat(ops/nixos/modules): Add TVL slapd module

This initialises an OpenLDAP server for tvl.fyi

This is the least annoying way to bootstrap Gerrit. Yep.
This commit is contained in:
Vincent Ambo 2020-06-08 01:08:41 +01:00
parent afe0841e9d
commit 740b4b37fc
3 changed files with 60 additions and 0 deletions

View file

@ -10,6 +10,7 @@ in lib.fix(self: {
../modules/depot.nix
../modules/hound.nix
../modules/monorepo-gerrit.nix
../modules/tvl-slapd/default.nix
"${pkgs.nixpkgsSrc}/nixos/modules/services/web-apps/gerrit.nix"
];
depot = depot;