From fb5f21067e17ec0206b3924ab1dbbb1779943acc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 10 Mar 2022 17:58:02 +0200 Subject: fix(modules/quassel): Open firewall port automatically Change-Id: Ie815495561f789590b5f49ecfd33441822f79047 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5382 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/modules/quassel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/modules/quassel.nix b/ops/modules/quassel.nix index 4a0b64ffc100..275e2809d793 100644 --- a/ops/modules/quassel.nix +++ b/ops/modules/quassel.nix @@ -43,6 +43,8 @@ in }; config = with lib; mkIf cfg.enable { + networking.firewall.allowedTCPPorts = [ cfg.port ]; + systemd.services.quassel = { description = "Quassel IRC daemon"; wantedBy = [ "multi-user.target" ]; -- cgit 1.4.1