fmt: moving all ldap files into their folder.

This commit is contained in:
silver 2023-08-27 22:47:36 +01:00
parent bfc0d81cf1
commit bd35b240be
5 changed files with 9 additions and 9 deletions

View file

@ -14,7 +14,7 @@
../applications/dns.nix
# every server needs teh ldap client for admins
../applications/ldap_client.nix
../applications/ldap/client.nix
# every server will need the config to backup to
../applications/restic.nix

View file

@ -21,7 +21,7 @@ let
in {
imports = [
../applications/ldap.nix
../applications/ldap/server.nix
];
deployment = {