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 <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-03-10 17:58:02 +02:00 committed by tazjin
parent a0a79f493d
commit fb5f21067e

View file

@ -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" ];