grafana: switch to serv subnet

This commit is contained in:
Astro 2020-05-22 17:56:30 +02:00
parent 412bd84abd
commit dcaa765651
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
networking.hostName = "grafana";
networking.useNetworkd = true;
networking.interfaces.eth0.ipv4.addresses = [ { address = "172.20.73.43"; prefixLength = 26; } ];
networking.defaultGateway = "172.20.73.1";
# http https influxdb
networking.firewall.allowedTCPPorts = [ 80 443 8086 ];