about summary refs log tree commit diff
path: root/ops/modules/quassel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/quassel.nix')
-rw-r--r--ops/modules/quassel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/modules/quassel.nix b/ops/modules/quassel.nix
index 4a0b64ffc1..275e2809d7 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" ];