From 96faf71524bc83269151decbb3cdc24877280e5c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 10 Apr 2018 15:34:26 +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(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index f41d44ea..186c8564 100644 --- a/bragi.nix +++ b/bragi.nix @@ -227,7 +227,7 @@ in rec { networking.interfaces = { "enp1s0" = { useDHCP = false; - ipv4.adresses = [ + ip4 = [ { address = "10.141.4.1"; prefixLength = 24; } ]; }; -- cgit v1.2.3