Skip to content

Commit

Permalink
debug: matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Sep 28, 2024
1 parent 9887dc3 commit 404f14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -7346,15 +7346,15 @@ Also, the system state version is set here. No need to touch it.
acmeRoot = null;
listen = [
{
addr = "";
addr = "0.0.0.0";
port = 8448;
ssl = true;
extraParameters = [
"default_server"
];
}
{
addr = "";
addr = "0.0.0.0";
port = 443;
ssl = true;
}
Expand Down
4 changes: 2 additions & 2 deletions profiles/server/common/matrix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,15 @@ in
acmeRoot = null;
listen = [
{
addr = "";
addr = "0.0.0.0";
port = 8448;
ssl = true;
extraParameters = [
"default_server"
];
}
{
addr = "";
addr = "0.0.0.0";
port = 443;
ssl = true;
}
Expand Down

0 comments on commit 404f14d

Please sign in to comment.