diff options
author | makefu <makefu@tsp> | 2015-08-13 17:15:09 +0200 |
---|---|---|
committer | makefu <makefu@tsp> | 2015-08-13 17:15:09 +0200 |
commit | 978d5cc9f07ccfcca2cc53cb45ccb5ee0c801869 (patch) | |
tree | a95fefe7ab3c8d13d37b12307973b4af97232f09 /makefu/1systems | |
parent | 55b822cece96547b842731a4a1b96d5e158f554a (diff) |
makefu/tsp: add exim
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/tsp.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix index f19dbfea6..6e93df51e 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; |