From 0772160af9f4b8ac02cdfb8663ca4748f4fce4a8 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 10 Dec 2020 12:59:30 +0100 Subject: [PATCH] Add local prefix to loopdevice --- hosts/dn42-il-gw6/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dn42-il-gw6/configuration.nix b/hosts/dn42-il-gw6/configuration.nix index 09ab371..4d805a3 100644 --- a/hosts/dn42-il-gw6/configuration.nix +++ b/hosts/dn42-il-gw6/configuration.nix @@ -16,6 +16,7 @@ networking.hostName = "dn42-il-gw6"; networking.useDHCP = false; + networking.interfaces.lo.ipv6.addresses = [ { address = "fd56:4902:eca0:6::1"; prefixLength = 64; } ]; # IPv6 Uplink networking.interfaces.ens18.ipv6.addresses = [ { address = "2001:638:904:ffc9::9"; prefixLength = 64; } ]; # Ildix