diff options
-rw-r--r-- | ops/modules/quassel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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" ]; |