From 3e35deb089fdaf82c89ed428d9af874b0304ef57 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 26 May 2022 10:41:27 +0200 Subject: [PATCH] Use first link local IPv6 address as gateway --- hosts/carbon/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 03ac350..00c42ac 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -48,6 +48,7 @@ interface = "enp1s0"; }; networking.interfaces."enp1s0.201".ipv6.addresses = [ + { address = "fe80::1"; prefixLength = 64; } { address = "fd00:152:152:4::1"; prefixLength = 64; } { address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network { address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services