diff options
author | makefu <github@syntax-fehler.de> | 2018-06-14 21:54:55 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-06-14 21:54:55 +0200 |
commit | d98e41a4d70755b10d123678250bb6353b53b5bd (patch) | |
tree | b64f54fcba0bcf31b4962632803634a57b5df0a7 /lass/1systems/prism | |
parent | 8cad4d187446901206e8110d27d1763c2df942d2 (diff) | |
parent | 006a3174eccecfee96e7b4fb9c818043a0334535 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/1systems/prism')
-rw-r--r-- | lass/1systems/prism/config.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 7a9537b64..9a0bb49e9 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -175,7 +175,6 @@ with import <stockholm/lib>; alias /var/realwallpaper/realwallpaper.png; ''; } - <stockholm/krebs/2configs/reaktor-krebs.nix> <stockholm/lass/2configs/dcso-dev.nix> { users.users.jeschli = { @@ -337,6 +336,11 @@ with import <stockholm/lib>; ]; }; } + { + krebs.iptables.tables.filter.INPUT.rules = [ + { predicate = "-p udp --dport 60000:61000"; target = "ACCEPT";} + ]; + } ]; krebs.build.host = config.krebs.hosts.prism; |