summaryrefslogtreecommitdiffstats
path: root/1systems/pnp.nix
diff options
context:
space:
mode:
authorFelix Richter <makefu@syntax-fehler.de>2015-08-17 23:22:49 +0200
committerFelix Richter <makefu@syntax-fehler.de>2015-08-17 23:22:49 +0200
commit963e5dd17e8e84493b3495de02b9afb7b4f1cc19 (patch)
tree6ef43c0c715d07c02f02957806175e9deb677a2b /1systems/pnp.nix
parentb13ca8ac28e9ddaed33fea97e0cf4bba6332e01b (diff)
makefu/pnp: add urlwatch
Diffstat (limited to '1systems/pnp.nix')
-rw-r--r--1systems/pnp.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index 6693dc066..1147c20fe 100644
--- a/1systems/pnp.nix
+++ b/1systems/pnp.nix
@@ -10,9 +10,12 @@
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
../2configs/base.nix
../2configs/cgit-retiolum.nix
- ../2configs/graphite-standalone.nix
+ # ../2configs/graphite-standalone.nix
../2configs/vm-single-partition.nix
../2configs/tinc-basic-retiolum.nix
+
+ ../2configs/exim-retiolum.nix
+ ../2configs/urlwatch.nix
];
krebs.build.host = config.krebs.hosts.pnp;
krebs.build.user = config.krebs.users.makefu;
@@ -27,10 +30,14 @@
networking.firewall.allowedTCPPorts = [
# nginx runs on 80
+ 80
# graphite-web runs on 8080, carbon cache runs on 2003 tcp and udp
- 80
- 8080 2003
+ # 8080 2003
+
+ # smtp
+ 25
];
- networking.firewall.allowedUDPPorts = [ 2003 ];
+
+ # networking.firewall.allowedUDPPorts = [ 2003 ];
}