From b4ed223a7bcfe4954c78f16b264227e07b5a4661 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 10 Apr 2018 15:30:13 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bragi.nix b/bragi.nix index 45f300db..f41d44ea 100644 --- a/bragi.nix +++ b/bragi.nix @@ -228,8 +228,7 @@ in rec { "enp1s0" = { useDHCP = false; ipv4.adresses = [ - address = "10.141.4.1"; - prefixLength = 24; + { address = "10.141.4.1"; prefixLength = 24; } ]; }; }; -- cgit v1.2.3