From 5c02d5b8bd49d32be282339ce586814aa0b17bce Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:37:54 +0200 Subject: =?UTF-8?q?Revert=20"=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c689198ae4fd0858faa5ff8d1038ba2b7a068990. --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index 47355c3b..96bb471d 100644 --- a/ymir.nix +++ b/ymir.nix @@ -313,7 +313,7 @@ in rec { connect = false; useDNS = false; interfaceConfig = { - ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; + ipv4.addresses = [ { address = "10.141.5.1"; prefixLength = 16; } ]; }; }; -- cgit v1.2.3