From 149172789a426a20d327008fac01622bf1bc6244 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 7 Apr 2019 01:01:54 +0200 Subject: [PATCH] grafana: useDHCP --- hosts/storage-ng/grafana/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/storage-ng/grafana/configuration.nix b/hosts/storage-ng/grafana/configuration.nix index 8b5c567..e5ba2bd 100644 --- a/hosts/storage-ng/grafana/configuration.nix +++ b/hosts/storage-ng/grafana/configuration.nix @@ -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