summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-24 10:51:58 +0200
committermakefu <github@syntax-fehler.de>2017-05-24 10:51:58 +0200
commit7b059079e657301732b9d539f2c1df4d7b4d32ae (patch)
tree7ccf7fafef3a03fa8e86a45fecb9a89cf2214eaa
parent07e04dad60c4fbe15f96e3260194528267ad10a6 (diff)
s wolf: enable influx for rash
-rw-r--r--shared/1systems/wolf.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index 75307be..ebe393c 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -19,6 +19,8 @@ in
# use your own binary cache, fallback use cache.nixos.org (which is used by
# apt-cacher-ng in first place)
+ services.influxdb.enable = true;
+
# local discovery in shackspace
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
krebs.tinc.retiolum.extraConfig = "TCPOnly = yes";
@@ -46,6 +48,7 @@ in
networking = {
firewall.enable = false;
+ firewall.allowedTCPPorts = [ 8088 8086 8083 ];
interfaces.enp0s3.ip4 = [{
address = shack-ip;
prefixLength = 20;