From 88b09000c50f0552b53903001f00d9085ff283e0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 17 Nov 2015 15:24:35 +0100 Subject: ipv6 --- ymir.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index f449247f..f38a34c5 100644 --- a/ymir.nix +++ b/ymir.nix @@ -191,6 +191,15 @@ 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