diff options
| author | tv <tv@krebsco.de> | 2015-07-19 11:18:15 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-19 11:18:15 +0200 |
| commit | 1f747580290cb71b64d7f714601e9084f52eaf50 (patch) | |
| tree | c109e79f39e87c9a190c9bbc351bcd51fb2e747f /2configs/lass/git-repos.nix | |
| parent | 09b16855722c368b429867279d62895de7e441ec (diff) | |
| parent | 1691f1b780924d1416bc340b1ab268e7efa70e39 (diff) | |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '2configs/lass/git-repos.nix')
| -rw-r--r-- | 2configs/lass/git-repos.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2configs/lass/git-repos.nix b/2configs/lass/git-repos.nix index 94ab631..c0c305b 100644 --- a/2configs/lass/git-repos.nix +++ b/2configs/lass/git-repos.nix @@ -121,10 +121,20 @@ in { imports = [ ../../3modules/tv/git.nix + ../../3modules/lass/iptables.nix ]; tv.git = { enable = true; inherit repos rules users; }; + + lass.iptables = { + tables = { + filter.INPUT.rules = [ + { predicate = "-i retiolum -p tcp --dport 80"; target = "ACCEPT"; } + ]; + }; + }; + } |
