tools/identity: add autoDomain
This commit is contained in:
parent
d2ff96303b
commit
db8bb892e0
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ let
|
||||||
|
|
||||||
inherit domain;
|
inherit domain;
|
||||||
|
|
||||||
|
autoDomain = name: "${builtins.hashString "md5" name}.dev.${domain}";
|
||||||
|
|
||||||
ldap = {
|
ldap = {
|
||||||
server = with self.ldap.server; {
|
server = with self.ldap.server; {
|
||||||
# TODO: unhardcode everything here
|
# TODO: unhardcode everything here
|
||||||
|
|
Loading…
Reference in a new issue