summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-08-13 17:45:49 +0200
committertv <tv@shackspace.de>2015-08-13 17:45:49 +0200
commit95d9791e906db230e4fbdc990cd481c88be7e571 (patch)
treea3cd9515dbe3e4bfbfc4393cd03108dff5b4aa30 /makefu/1systems
parenta33f90358d0f57025daddb0ae41d65707fb34cf3 (diff)
parentbdc58a02f93661796d8816818c0792cbab65f7c1 (diff)
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/tsp.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix
index f19dbfea..6e93df51 100644
--- a/makefu/1systems/tsp.nix
+++ b/makefu/1systems/tsp.nix
@@ -18,6 +18,13 @@
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@tsp";
+ krebs.exim-retiolum.enable = true;
+ networking.firewall.allowedTCPPorts = [
+ # nginx runs on 80
+ # graphite-web runs on 8080, carbon cache runs on 2003 tcp and udp
+ 25
+ ];
+
krebs.build.deps = {
nixpkgs = {
#url = https://github.com/NixOS/nixpkgs;