From aadea2bf489cabcae6138a3ef081795854436c8e Mon Sep 17 00:00:00 2001 From: baritone Date: Mon, 31 Mar 2025 00:16:54 +0200 Subject: [PATCH] added port --- services/conduwuit.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/conduwuit.nix b/services/conduwuit.nix index 683b014..0782b59 100644 --- a/services/conduwuit.nix +++ b/services/conduwuit.nix @@ -31,4 +31,7 @@ in { ''; }; }; + + # Open port so i can access it on my local network + networking.firewall.allowedTCPPorts = [port]; }