tv exim-retiolum: open smtp port to retiolum
This commit is contained in:
parent
d85c70d1d6
commit
fe025213ea
tv
|
@ -13,14 +13,6 @@ with lib;
|
|||
../2configs/pulse.nix
|
||||
../2configs/retiolum.nix
|
||||
../2configs/xserver
|
||||
{
|
||||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
|
|
|
@ -125,14 +125,6 @@ with lib;
|
|||
unison
|
||||
];
|
||||
}
|
||||
{
|
||||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
|
|
|
@ -123,14 +123,6 @@ with lib;
|
|||
unison
|
||||
];
|
||||
}
|
||||
{
|
||||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
boot.initrd.luks = {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
krebs.exim-retiolum.enable = true;
|
||||
tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue