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,6 +1,6 @@
{ config, lib, ... }:
{
services.nginx.virtualHosts."matrix.jimbosfiles.com" = lib.mkIf config.services.matrix-synapse.enable {
services.nginx.virtualHosts."matrix.nixfox.ca" = lib.mkIf config.services.matrix-synapse.enable {
enableACME = true;
forceSSL = true;
locations = {