matrix, nextcloud: pin domain to staging
This commit is contained in:
parent
4447cf06c4
commit
b224f278c9
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
domainServer = "matrix.${config.fsr.domain}";
|
||||
domainClient = "chat.${config.fsr.domain}";
|
||||
domainServer = "matrix.staging.ifsr.de";
|
||||
domainClient = "chat.staging.ifsr.de";
|
||||
|
||||
clientConfig = {
|
||||
"m.homeserver" = {
|
||||
|
@ -96,7 +96,8 @@ in
|
|||
extraConfigFiles = [
|
||||
(pkgs.writeTextFile {
|
||||
name = "matrix-synapse-extra-config.yml";
|
||||
text = let portunus = config.services.portunus; in ''
|
||||
text = let portunus = config.services.portunus; in
|
||||
''
|
||||
modules:
|
||||
- module: ldap_auth_provider.LdapAuthProviderModule
|
||||
config:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
domain = "nc.${config.fsr.domain}";
|
||||
domain = "nc.staging.ifsr.de";
|
||||
legacy_domain = "oc.ifsr.de";
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue