fmt: moving all ldap files into their folder.
This commit is contained in:
parent
bfc0d81cf1
commit
bd35b240be
5 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -21,7 +21,7 @@ let
|
|||
|
||||
in {
|
||||
imports = [
|
||||
../applications/ldap.nix
|
||||
../applications/ldap/server.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue