Update Matrix URL
This commit is contained in:
parent
b4be34b23e
commit
8a917e5aec
8 changed files with 30 additions and 34 deletions
|
@ -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue