Update Matrix URL

This commit is contained in:
Jimbo 2025-03-04 17:24:48 -05:00
parent b4be34b23e
commit 8a917e5aec
8 changed files with 30 additions and 34 deletions

View file

@ -1,15 +1,13 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
{
imports = [
./nginx
];
imports = [ ./nginx ];
config = lib.mkIf config.system.socialserver.enable {
services.matrix-synapse = {
enable = true;
settings = {
server_name = "jimbosfiles.com";
public_baseurl = "https://matrix.jimbosfiles.com";
server_name = "nixfox.ca";
public_baseurl = "https://matrix.nixfox.ca";
suppress_key_server_warning = true;
# Email notifications about account status