From c689198ae4fd0858faa5ff8d1038ba2b7a068990 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:24:57 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 4de0afdb..00fe6efb 100644 --- a/ymir.nix +++ b/ymir.nix @@ -312,7 +312,7 @@ in rec { connect = false; useDNS = false; interfaceConfig = { - ipv4.addresses = [ { address = "10.141.5.1"; prefixLength = 16; } ]; + ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; }; }; -- cgit v1.2.3