grafana: useDHCP

This commit is contained in:
Astro 2019-04-07 01:01:54 +02:00
parent d2c3751323
commit 149172789a
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
networking.hostName = "grafana";
networking.useNetworkd = true;
networking.defaultGateway = "172.22.99.4";
# Needs IPv4 for obtaining certs?
networking.useDHCP = lib.mkForce true;
# List packages installed in system profile. To search, run:
# $ nix search wget