More service changes
This commit is contained in:
parent
e43f8c27a1
commit
54855a0d33
7 changed files with 31 additions and 43 deletions
|
@ -3,11 +3,9 @@
|
|||
imports = [ ./nginx ];
|
||||
|
||||
nixpkgs.config.element-web.conf = {
|
||||
default_server_config = {
|
||||
"m.homeserver" = {
|
||||
base_url = "https://matrix.${config.domains.jim1}";
|
||||
server_name = "matrix.${config.domains.jim1}";
|
||||
};
|
||||
default_server_config."m.homeserver" = {
|
||||
base_url = "https://matrix.${config.domains.jim1}";
|
||||
server_name = "matrix.${config.domains.jim1}";
|
||||
};
|
||||
branding = {
|
||||
#welcome_background_url = "https://staging.${config.domains.jim1}/images/backgrounds/template-background.png";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue