From 098246f6c36ef9ff84a8305f82431572fb076bad Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Oct 2017 23:37:41 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ymir.nix b/ymir.nix index a8be4955..ad63868c 100644 --- a/ymir.nix +++ b/ymir.nix @@ -159,15 +159,8 @@ in rec { ]; }; enableIPv6 = true; - defaultGateway6 = "fe80::1"; interfaces."ens3" = { useDHCP = true; - ip6 = [ - { address = "2a03:4000:6:d004::"; - prefixLength = 64; - } - ]; - }; dnsExtensionMechanism = true; nameservers = [ "::1" "127.0.0.1" "10.141.1.1" "8.8.8.8" "8.8.4.4" ]; @@ -368,7 +361,6 @@ in rec { clone-prefix=git://git.yggdrasil.li https://git.yggdrasil.li strict-export=git-daemon-export-ok - project-list=/srv/git/projects.list section-from-path=2 scan-path=/srv/git/repositories ''; @@ -405,7 +397,7 @@ in rec { strict-export=git-daemon-export-ok project-list=${pkgs.writeText "project-list" '' rheperire.git - uuid-crypto.git + cryptoids.git ''} section-from-path=2 scan-path=/srv/git/repositories -- cgit v1.2.3