Skip to content

Commit

Permalink
mailcow: allow ports in firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 30, 2024
1 parent 3b1025a commit cfde328
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions modules/mailcow.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,22 @@ in
environment.etc."docker/daemon.json".text = ''
{"ipv6":true,"fixed-cidr-v6":"fd00:dead:beef:c0::/80","experimental":true,"ip6tables":true}
'';

networking.firewall.allowedTCPPorts = [
25
80
110
143
443
465
587
993
995
3306
4190
6379
8983
12345
];
};
}

0 comments on commit cfde328

Please sign in to comment.