From 3e63bd353cc0284485b27ac7ca0f782f2fbb76fa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 10 Apr 2018 15:34:56 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 186c8564..2cb560d9 100644 --- a/bragi.nix +++ b/bragi.nix @@ -227,7 +227,7 @@ in rec { networking.interfaces = { "enp1s0" = { useDHCP = false; - ip4 = [ + ipv4.addresses = [ { address = "10.141.4.1"; prefixLength = 24; } ]; }; -- cgit v1.2.3