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

@ -0,0 +1,8 @@
{ config, lib, ... }:
{
services.nginx.virtualHosts."jimbosfiles.com" = lib.mkIf config.system.server.enable {
enableACME = true;
addSSL = true;
globalRedirect = "www.nixfox.ca";
};
}