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]; }