summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/wbob/config.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-05-03 18:59:31 +0200
committerlassulus <lassulus@lassul.us>2018-05-03 18:59:31 +0200
commite6794ca8821fd37bf0fcd2966b9927c14e92d180 (patch)
tree2450ec0d380a4ea1b0f9cc677e4ee5095efc98c2 /makefu/1systems/wbob/config.nix
parent66b55d0a27327b5f0f6adf675a779f8d09e9c703 (diff)
parentdd71e3f657fb8680a83a47cc2e9bc7a0478240be (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/wbob/config.nix')
-rw-r--r--makefu/1systems/wbob/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix
index 42f3bddb1..3cf3274f9 100644
--- a/makefu/1systems/wbob/config.nix
+++ b/makefu/1systems/wbob/config.nix
@@ -52,9 +52,10 @@ in {
db = "collectd_db";
logging-interface = "enp0s25";
in {
+ networking.firewall.allowedTCPPorts = [ 3000 ];
+
services.grafana.enable = true;
services.grafana.addr = "0.0.0.0";
-
services.influxdb.enable = true;
services.influxdb.extraConfig = {
meta.hostname = config.krebs.build.host.name;