Turns out I need port 80 for acme, whoops

This commit is contained in:
Bun 2025-04-04 05:17:25 -04:00
parent 6069da2e1d
commit 2d61e291a9
4 changed files with 11 additions and 9 deletions

View file

@ -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";