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:
parent
a0a79f493d
commit
fb5f21067e
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue