From a3e0e40ac0a986510e7836441cf6d2ba8ec0d99e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 Jan 2024 08:06:06 +0000 Subject: [PATCH] hedgedoc update port --- systems/zap/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/zap/default.nix b/systems/zap/default.nix index b494121..49fa2bb 100644 --- a/systems/zap/default.nix +++ b/systems/zap/default.nix @@ -31,8 +31,8 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 3000 ]; - allowedUDPPorts = [ 3000 ]; + allowedTCPPorts = [ 80 ]; + allowedUDPPorts = [ 80 ]; }; @@ -61,6 +61,7 @@ enable = true; settings.domain = "missing.ninja"; settings.host = "missing.ninja"; + settings.port = 80; }; services.surrealdb.enable = true;