tv exim-retiolum: open smtp port to retiolum

This commit is contained in:
tv 2016-02-01 17:50:00 +01:00
parent d85c70d1d6
commit fe025213ea
4 changed files with 4 additions and 25 deletions

View file

@ -13,14 +13,6 @@ with lib;
../2configs/pulse.nix ../2configs/pulse.nix
../2configs/retiolum.nix ../2configs/retiolum.nix
../2configs/xserver ../2configs/xserver
{
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"smtp"
];
};
}
]; ];
boot.initrd.luks = { boot.initrd.luks = {

View file

@ -125,14 +125,6 @@ with lib;
unison unison
]; ];
} }
{
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"smtp"
];
};
}
]; ];
boot.initrd.luks = { boot.initrd.luks = {

View file

@ -123,14 +123,6 @@ with lib;
unison unison
]; ];
} }
{
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"smtp"
];
};
}
]; ];
boot.initrd.luks = { boot.initrd.luks = {

View file

@ -1,5 +1,8 @@
{ ... }: { lib, ... }:
with lib;
{ {
krebs.exim-retiolum.enable = true; krebs.exim-retiolum.enable = true;
tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
} }