From b685216cf2239966dfae224282e790d9dc13b5e5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 17 Nov 2015 15:26:03 +0100 Subject: Revert "ipv6" This reverts commit 88b09000c50f0552b53903001f00d9085ff283e0. --- ymir.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index f38a34c5..f449247f 100644 --- a/ymir.nix +++ b/ymir.nix @@ -191,15 +191,6 @@ in rec { hostAddress = "192.168.0.1"; localAddress = "192.168.0.2"; config = { - networking = { - enableIPv6 = true; - defaultGateway6 = "2a03:4000:6:d004::"; - interfaces."eth0" = { - ipv6Address = "2a03:4000:6:d004::1"; - ipv6PrefixLength = 64; - }; - }; - services.fcron = { enable = true; systab = '' -- cgit v1.2.3