From c94c75ed81314a07556222ed63a2a6b960c5a055 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 2 Oct 2017 10:08:52 +0200 Subject: Don't try to configure IPv4 statically --- ymir.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ymir.nix b/ymir.nix index 2138e3d2..a8be4955 100644 --- a/ymir.nix +++ b/ymir.nix @@ -162,11 +162,6 @@ in rec { defaultGateway6 = "fe80::1"; interfaces."ens3" = { useDHCP = true; - ip4 = [ - { address = "188.68.51.254"; - prefixLength = 22; - } - ]; ip6 = [ { address = "2a03:4000:6:d004::"; prefixLength = 64; -- cgit v1.2.3