Turns out I need port 80 for acme, whoops
This commit is contained in:
parent
6069da2e1d
commit
2d61e291a9
4 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
imports = [ ./nginx ];
|
||||
|
||||
nixpkgs.config.element-web.conf = lib.mkIf config.services.matrix-synapse.enable {
|
||||
nixpkgs.config.element-web.conf = {
|
||||
default_server_config."m.homeserver" = {
|
||||
base_url = "https://matrix.nixfox.ca";
|
||||
server_name = "matrix.nixfox.ca";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue