summaryrefslogtreecommitdiffstats
path: root/1systems/tsp.nix
diff options
context:
space:
mode:
authormakefu <makefu@tsp>2015-08-13 17:15:09 +0200
committermakefu <makefu@tsp>2015-08-13 17:15:09 +0200
commit16aead9f46de2e6f36aa46f0c85c3c3fc994cd46 (patch)
tree9d08980808c5bfd06275ca55938984f37593216e /1systems/tsp.nix
parent62325d01d38a262ad6c1912e38661e1392a9fe24 (diff)
makefu/tsp: add exim
Diffstat (limited to '1systems/tsp.nix')
-rw-r--r--1systems/tsp.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/1systems/tsp.nix b/1systems/tsp.nix
index f19dbfea6..6e93df51e 100644
--- a/1systems/tsp.nix
+++ b/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;