diff options
| author | Robert Orr <robert@coffeezombie.com> | 2025-10-20 13:50:17 -0700 |
|---|---|---|
| committer | Robert Orr <robert@coffeezombie.com> | 2025-10-22 15:47:24 -0700 |
| commit | 216e505a44c2ca86491052e8fc4ce56dc732b261 (patch) | |
| tree | af8ab09f2c349504783f3ce627f306e255cb29a2 /flake.nix | |
| parent | 7987c3d069ea6c2adb3c06d4bada0cef1121948b (diff) | |
comment out rootPW.
Add openldap to the flake Change-Id: I727e8fe9f0fa4cf4bd98f8b1571837b543bb3311
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 896a587..49639b5 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ ./services/frontend/common.nix ./services/frontend/haproxy.nix ./services/frontend/web-server.nix + ./services/accounts/openldap.nix ./wrappers/haproxy.nix ]; }; |