From a317a1632b5bdb8c07ec572f0cb6fbced0fd4242 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 25 Sep 2015 15:24:30 +0200 Subject: syntax fix --- ymir.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index ab9c4325..d3c4235c 100644 --- a/ymir.nix +++ b/ymir.nix @@ -35,14 +35,9 @@ }; enableIPv6 = true; defaultGateway6 = "fe80::1"; - interfaces = { - enp0s3 = { - name = "enp0s3"; - ip6 = { - address = "2a03:4000:6:d004::"; - prefixLength = "64"; - }; - }; + interfaces."enp0s3" = { + ipv6Address = "2a03:4000:6:d004::"; + ipv6PrefixLength = "64"; }; }; -- cgit v1.2.3