fix
This commit is contained in:
parent
2efe7db293
commit
739cf7abc8
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ in {
|
|||
# Matrix (main)
|
||||
"mx.sapphic.engineer" = {
|
||||
forceSSL = true;
|
||||
#enableACME = true;
|
||||
enableACME = true;
|
||||
|
||||
listen = [
|
||||
{ addr = "0.0.0.0"; port = 443; ssl = true; }
|
||||
|
@ -47,7 +47,7 @@ in {
|
|||
# Generic store for /.well-known/ paths.
|
||||
"well-known.sapphic.engineer" = {
|
||||
forceSSL = true;
|
||||
#enableACME = true;
|
||||
enableACME = true;
|
||||
|
||||
locations."=/.well-known/matrix/server" = let
|
||||
alias = pkgs.writeText "well-known-matrix-server" (builtins.toJSON {
|
||||
|
|
Loading…
Add table
Reference in a new issue