ma 2 exim-retiolum: add firewall exception for exim-retiolum

This commit is contained in:
makefu 2016-06-02 14:44:31 +02:00
parent 8d5e5dad8a
commit 3cce6ddda4
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -2,9 +2,10 @@
with config.krebs.lib; with config.krebs.lib;
{ {
networking.firewall.allowedTCPPorts = [ 25 ];
krebs.exim-retiolum.enable = true; krebs.exim-retiolum.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
msmtp msmtp
]; ];
} }