2 lass.git-repos: open port 80 on retiolum
This commit is contained in:
parent
0bb58a24c5
commit
7c3ba212ef
@ -121,10 +121,20 @@ in
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../3modules/tv/git.nix
|
../../3modules/tv/git.nix
|
||||||
|
../../3modules/lass/iptables.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
tv.git = {
|
tv.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit repos rules users;
|
inherit repos rules users;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lass.iptables = {
|
||||||
|
tables = {
|
||||||
|
filter.INPUT.rules = [
|
||||||
|
{ predicate = "-i retiolum -p tcp --dport 80"; target = "ACCEPT"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user