email smtp2go&google relay 2
This commit is contained in:
@@ -10,13 +10,15 @@
|
||||
};
|
||||
enableIPv6 = true;
|
||||
firewall.allowedTCPPorts = [
|
||||
(pkgs.lib.mkIf config.services.ollama.enable 11434)
|
||||
80
|
||||
443
|
||||
8000
|
||||
8080
|
||||
(pkgs.lib.mkIf config.services.postfix.enable 587)
|
||||
(pkgs.lib.mkIf config.services.dovecot2.enable 993)
|
||||
(pkgs.lib.mkIf config.services.nginx.enable 80)
|
||||
(pkgs.lib.mkIf config.services.nginx.enable 443)
|
||||
(pkgs.lib.mkIf config.services.ollama.enable 11434)
|
||||
(pkgs.lib.mkIf config.services.maddy.enable 587)
|
||||
(pkgs.lib.mkIf config.services.maddy.enable 465)
|
||||
(pkgs.lib.mkIf config.services.maddy.enable 993)
|
||||
(pkgs.lib.mkIf config.services.maddy.enable 25025)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user