diff options
author | makefu <github@syntax-fehler.de> | 2016-04-07 19:54:23 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-04-07 19:54:23 +0200 |
commit | 66b7a76a26a40bd4ecca8c83aafe5f2e5fefa461 (patch) | |
tree | acd6f480f66567cec5074f65f3cda000236ec4f5 /makefu/1systems | |
parent | 43ea1e5ab36b081c6b4776f2729d100c9f13afcd (diff) | |
parent | caf6ce12912dd3484081df5640b23342c48ff8ab (diff) |
Merge branch 'master' of gum.krebsco.de:stockholm
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/omo.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix index f0f1d3088..fbd06a9c7 100644 --- a/makefu/1systems/omo.nix +++ b/makefu/1systems/omo.nix @@ -44,16 +44,21 @@ in { ../2configs/smart-monitor.nix ../2configs/mail-client.nix ../2configs/share-user-sftp.nix + ../2configs/graphite-standalone.nix ../2configs/omo-share.nix ]; + krebs.retiolum.enable = true; networking.firewall.trustedInterfaces = [ "enp3s0" ]; # udp:137 udp:138 tcp:445 tcp:139 - samba, allowed in local net # tcp:80 - nginx for sharing files # tcp:655 udp:655 - tinc - # tcp:8080 - sabnzbd + # tcp:8111 - graphite + # tcp:9090 - sabnzbd + # tcp:9200 - elasticsearch + # tcp:5601 - kibana networking.firewall.allowedUDPPorts = [ 655 ]; - networking.firewall.allowedTCPPorts = [ 80 655 8080 ]; + networking.firewall.allowedTCPPorts = [ 80 655 5601 8111 9200 9090 ]; # services.openssh.allowSFTP = false; |