s wolf: enable influx for rash
This commit is contained in:
parent
01d31cb57d
commit
b69647ac17
|
@ -19,6 +19,8 @@ in
|
||||||
# use your own binary cache, fallback use cache.nixos.org (which is used by
|
# use your own binary cache, fallback use cache.nixos.org (which is used by
|
||||||
# apt-cacher-ng in first place)
|
# apt-cacher-ng in first place)
|
||||||
|
|
||||||
|
services.influxdb.enable = true;
|
||||||
|
|
||||||
# local discovery in shackspace
|
# local discovery in shackspace
|
||||||
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
|
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
|
||||||
krebs.tinc.retiolum.extraConfig = "TCPOnly = yes";
|
krebs.tinc.retiolum.extraConfig = "TCPOnly = yes";
|
||||||
|
@ -46,6 +48,7 @@ in
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
|
firewall.allowedTCPPorts = [ 8088 8086 8083 ];
|
||||||
interfaces.enp0s3.ip4 = [{
|
interfaces.enp0s3.ip4 = [{
|
||||||
address = shack-ip;
|
address = shack-ip;
|
||||||
prefixLength = 20;
|
prefixLength = 20;
|
||||||
|
|
Loading…
Reference in a new issue