mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: add authentik-ldap
This commit is contained in:
parent
657ae1385e
commit
7811c95ecf
8 changed files with 23 additions and 54 deletions
|
@ -74,7 +74,8 @@ in
|
|||
|
||||
# element
|
||||
"${domainClient}".extraConfig = ''
|
||||
root '${pkgs.element-web.override {
|
||||
file_server browse
|
||||
root * ${pkgs.element-web.override {
|
||||
conf = {
|
||||
default_server_config = {
|
||||
inherit (clientConfig) "m.homeserver";
|
||||
|
@ -82,7 +83,7 @@ in
|
|||
};
|
||||
disable_3pid_login = true;
|
||||
};
|
||||
}}'
|
||||
}}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue